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 0702d28 commit 15a83ab
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.PPG_KEY }}
passphrase: ${{ secrets.PGP_PASSPHRASE }}
- name: Configure GPG Key
run: |
echo -n "$PPG_KEY" | base64 --decode | gpg --import
env:
PPG_KEY: ${{ secrets.PPG_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 15a83ab

Please sign in to comment.