Skip to content

Commit

Permalink
Add missing id to gpg step
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Nov 29, 2022
1 parent 338c0a2 commit 8b55733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Import GPG key
id: gpg
uses: crazy-max/ghaction-import-gpg@v5
with:
git_user_signingkey: true
Expand All @@ -32,4 +33,4 @@ jobs:
args: release --timeout=60m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GPG_FINGERPRINT: ${{ steps.gpg.outputs.fingerprint }}

0 comments on commit 8b55733

Please sign in to comment.