Skip to content

Commit

Permalink
Fix 'Import GPG key' step in release job
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyrZotov committed May 15, 2024
1 parent ece85d7 commit 0d21e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: crazy-max/ghaction-import-gpg@v6
with:
# These secrets will need to be configured for the repository:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
-
name: Run GoReleaser
Expand Down

0 comments on commit 0d21e35

Please sign in to comment.