Skip to content

Commit

Permalink
key only
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Jan 8, 2025
1 parent 891574d commit fc16a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_to_maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- name: Setup GPG key information
run: |
mkdir -p ~/.gnupg
echo -n "$SIGNING_KEY_B64" | base64 --decode > /home/runner/.gnupg/secring.gpg
echo -n "GPG_SIGNING_KEY_B64" | base64 --decode > /home/runner/.gnupg/secring.gpg
cat /home/runner/.gnupg/secring.gpg
env:
SIGNING_KEY_B64: ${{ secrets.$GPG_SIGNING_KEY_B64 }}
GPG_SIGNING_KEY_B64: ${{ secrets.GPG_PRIVATE_KEY_B64 }}

- name: Publish package
run: ./gradlew publishToSonatype closeSonatypeStagingRepository -Psigning.password="${SIGP}"
Expand Down

0 comments on commit fc16a4d

Please sign in to comment.