Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlp authored Dec 15, 2023
1 parent 15a83ab commit 8d51ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run: |
echo -n "$PPG_KEY" | base64 --decode | gpg --import
env:
PPG_KEY: ${{ secrets.PPG_KEY }}
PPG_KEY: ${{ secrets.PGP_KEY }}
- name: Checkout code
uses: actions/checkout@master # don't get confused by @master - it is the version of the checkout action. You repo will be checked out with ${{ github.ref }}
- name: Build site and deploy maven registry
Expand Down

0 comments on commit 8d51ae0

Please sign in to comment.