Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Nov 11, 2020
1 parent 5814158 commit 12434bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jdk8-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
env:
GPG_KEY_BASE64: ${{ secrets.GPG_KEY_BASE64 }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: gpg-setup.sh
#run: gpg-setup.sh
run: printf "$GPG_KEY_BASE64" | base64 --decode > gpg.asc

0 comments on commit 12434bc

Please sign in to comment.