Skip to content

Commit

Permalink
ci: [skip ci] Fixing missing arg for gpg
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Nov 27, 2022
1 parent ce93fcf commit d4584e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
if: ${{ env.gpg_private_key != '' }}
uses: crazy-max/ghaction-import-gpg@v4
with:
gpg_private_key: ${{ env.gpg_private_key }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Assets
env:
Expand Down

0 comments on commit d4584e4

Please sign in to comment.