Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Glomzzz committed Feb 5, 2024
1 parent c8cd6c1 commit 0be324e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_165.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: chmod +x ./gradlew
- name: Decode
run: |
rm -rf ~/.gradle/
mkdir ~/.gradle/
touch ~/.gradle/secring.pgp.base64
echo "${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}" > ~/.gradle/secring.pgp.base64
base64 -d ~/.gradle/secring.pgp.base64 > ~/.gradle/secring.pgp
Expand Down

0 comments on commit 0be324e

Please sign in to comment.