Skip to content

Commit

Permalink
Merge pull request #94 from bgpat/bgpat-patch-1
Browse files Browse the repository at this point in the history
Fix gpg import stem in release workflow
  • Loading branch information
bgpat authored Feb 16, 2023
2 parents a3a108e + e2f2c3a commit fa0bf8c
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 @@ -38,7 +38,7 @@ jobs:
name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
env:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
-
Expand Down

0 comments on commit fa0bf8c

Please sign in to comment.