Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-j-h authored and frank-lim-partior committed Aug 27, 2024
1 parent 5b8e20e commit 8e5dcb5
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 @@ -89,7 +89,7 @@ jobs:
echo "${GPG_SECRET_KEYS}" | base64 --decode | gpg --import --no-tty --batch --yes
echo $GPG_OWNERTRUST | base64 --decode | gpg --import-ownertrust
pubkey=`gpg --list-keys -a [email protected]|head -2|tail -1|xargs`
pubkey=`gpg --list-keys -a [email protected]|head -2|tail -1|xargs`
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -PsonatypeUsername=$SONATYPE_USERNAME -PsonatypePassword=$SONATYPE_PASSWORD -Psigning.gnupg.keyName=$pubkey --info
Expand Down

0 comments on commit 8e5dcb5

Please sign in to comment.