Skip to content

Commit

Permalink
Merge pull request #169 from 1Password/fix/gorleeaser
Browse files Browse the repository at this point in the history
Fix 'Import GPG key' step in release job
  • Loading branch information
volodymyrZotov committed May 15, 2024
2 parents ece85d7 + 0d21e35 commit 6d8d838
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 6d8d838

Please sign in to comment.