Skip to content

Commit

Permalink
chore: importing the key to keysing
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed Jan 17, 2024
1 parent c87a0a5 commit c894a5e
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 @@ -27,7 +27,7 @@ jobs:
mkdir -p ~/.gradle/
echo "${{secrets.MAVEN_CENTRAL_GPG_KEY_BASE64}}" > ~/.gradle/secring.gpg.b64
base64 -d ~/.gradle/secring.gpg.b64 > ~/.gradle/secring.gpg
gpg --keyserver keys.openpgp.org --recv-keys ${MAVEN_CENTRAL_GPG_KEY_ID}
echo "${{secrets.MAVEN_CENTRAL_GPG_PASSPHRASE}}" | gpg --batch --yes --passphrase-fd 0 --import ~/.gradle/secring.gpg
- name: Publish package
run: |
./gradlew publish \
Expand Down

0 comments on commit c894a5e

Please sign in to comment.