Skip to content

Commit

Permalink
Merge pull request #9 from StrongestNumber9/rpm_fixes
Browse files Browse the repository at this point in the history
Pass GPG passphrase to rpm building
  • Loading branch information
StrongestNumber9 authored May 22, 2023
2 parents e12f788 + a078711 commit 90f61e0
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 90f61e0

Please sign in to comment.