Skip to content

Commit

Permalink
Pass GPG passphrase to rpm build (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 authored Sep 21, 2023
1 parent c2b13f8 commit d7c9e45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/upload_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:

- name: Pack RPM
run: cd rpm/ && mvn --batch-mode -Drevision=${{ github.event.release.tag_name }} -Dsha1= -Dchangelist= -f rpm.pom.xml package
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

- name: Attach rpm to release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit d7c9e45

Please sign in to comment.