Skip to content

Commit

Permalink
ARC-1986: Import GPG Key
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrichner-oviva committed Aug 7, 2024
1 parent ec346b1 commit 8863fcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
working-directory: parser
run: make build
- name: Publish package
run: mvn --batch-mode -Prelease deploy
run: |
echo -n "$MAVEN_GPG_KEY" | gpg --import --batch
mvn --batch-mode -Prelease deploy
env:
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
MAVEN_GPG_KEY: ${{ secrets.MAVEN_GPG_KEY }}
Expand Down

0 comments on commit 8863fcf

Please sign in to comment.