Skip to content

Commit

Permalink
Update workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaninjas authored Sep 29, 2023
1 parent a8fc197 commit c0a6ac8
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 @@ -29,7 +29,7 @@ jobs:
distribution: 'corretto'
- name: Add the release signing secret key
if: github.ref_name == 'main'
run: echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
run: echo -n "$GPG_SIGNING_KEY" | gpg --import
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
- name: Setup gradle build
Expand Down

0 comments on commit c0a6ac8

Please sign in to comment.