Skip to content

Commit

Permalink
try with out gpg setup-java flags
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolineHickey committed Jan 30, 2023
1 parent e0d0f6f commit 24679dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
server-id: ossrh
server-username: $OSSRH_USERNAME
server-password: $OSSRH_PASSWORD
gpg-private-key: $OSSRH_GPG_SECRET_KEY
gpg-passphrase: $GPG_PASSPHRASE
# gpg-private-key: $OSSRH_GPG_SECRET_KEY
# gpg-passphrase: $GPG_PASSPHRASE

- run: |
gpg --list-secret-keys --keyid-format=long
Expand Down

0 comments on commit 24679dc

Please sign in to comment.