Skip to content

Commit

Permalink
chore: testing pgp key
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderblue committed Apr 25, 2023
1 parent 34991d7 commit 4690afb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
PGP_PRIVATE_KEY: ${{ secrets.PGP_PRIVATE_KEY }}
run: echo "$PGP_PRIVATE_KEY" | gpg --batch --import

- name: List GPG keys
run: gpg -K

- name: Publish Release
shell: bash
env:
Expand Down Expand Up @@ -209,9 +212,9 @@ jobs:
PFX_PATH: ${{ steps.create-pfx.outputs.PFX_PATH }}
working-directory: .\
run: .\build\package\msi\NewRelicCLIInstaller\SignPS1.cmd

- name: Delete PFX certificate
env:
env:
PFX_PATH: ${{ steps.create-pfx.outputs.PFX_PATH }}
run: |
Remove-Item -Path $env:PFX_PATH;
Expand Down

0 comments on commit 4690afb

Please sign in to comment.