Skip to content

Commit

Permalink
I forgor to RTFM
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaninjas authored Mar 5, 2023
1 parent c8793c8 commit 1d33c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
distribution: 'corretto'
- name: Add the release signing secret key
if: github.ref_name == 'main'
run: echo $GPG_SIGNING_KEY | gpg --import
run: echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
- name: Build with Gradle
Expand Down

0 comments on commit 1d33c5e

Please sign in to comment.