Skip to content

Commit

Permalink
chore: using short key
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed Jan 17, 2024
1 parent 1bce19d commit 76e4398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Publish package
run: |
./gradlew publish \
"-Psigning.keyId=${{ secrets.MAVEN_CENTRAL_GPG_KEY_ID }}" \
"-Psigning.keyId=AF79A015" \
"-Psigning.password=${{ secrets.MAVEN_CENTRAL_GPG_PASSPHRASE }}" \
"-Psigning.secretKeyRingFile=${HOME}/.gradle/secring.gpg" \
--warn --stacktrace
Expand Down

0 comments on commit 76e4398

Please sign in to comment.