Skip to content

Commit

Permalink
chore: fix gpg key config options
Browse files Browse the repository at this point in the history
  • Loading branch information
druhill committed Dec 18, 2023
1 parent e2b00ed commit 08c8ce8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
git-user-signingkey: true
git-commit-gpgsign: true
git_user_signingkey: true
git_commit_gpgsign: true

- name: Release package to public NPM registry
run: npx semantic-release@19 --debug
Expand Down

0 comments on commit 08c8ce8

Please sign in to comment.