Skip to content

Commit

Permalink
fix: Add gpg fingerprint to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenn-newbury committed Feb 16, 2023
1 parent 5a4da85 commit b315e13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,5 @@ jobs:
- run: npm ci
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 comments on commit b315e13

Please sign in to comment.