Skip to content

Commit

Permalink
feat: fix GPG key in CI (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
liewstar authored Oct 2, 2024
1 parent 6fd7de6 commit d89fbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
server-id: ossrh
server-username: OSSRH_JIRA_USERNAME
server-password: OSSRH_JIRA_PASSWORD
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY_ASCII }}
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: GPG_PASSPHRASE

# - name: Setup docker
Expand Down

0 comments on commit d89fbb0

Please sign in to comment.