Skip to content

Commit

Permalink
chore: importing the keys
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed Jan 17, 2024
1 parent c56279b commit c87a0a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +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}
- name: Publish package
run: |
./gradlew publish \
Expand Down

0 comments on commit c87a0a5

Please sign in to comment.