Skip to content

Commit

Permalink
Fix tagging Workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay authored Aug 19, 2023
1 parent 1ba9365 commit d994f34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
if: ${{ steps.check_tag_name.outputs.match != '' }}
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg-private-key: ${{ secrets.NEW_SIGNING_STUFF }}
gpg_private_key: ${{ secrets.NEW_SIGNING_STUFF }}
passphrase: ${{ secrets.SIGNING_BONUS_PHRASE }}
git-user-signingkey: true
git-tag-gpgsign: true
git_user_signingkey: true
git_tag_gpgsign: true

- name: Sign and Push Tag
id: create_archive
Expand Down

0 comments on commit d994f34

Please sign in to comment.