Skip to content

Commit

Permalink
ci: generate new GPG key
Browse files Browse the repository at this point in the history
releaser action does not seem to support gpg signing with pasphrase protected keys at the moment
  • Loading branch information
dariusbakunas committed Nov 16, 2022
1 parent 7255c29 commit ebfcc17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
id: import_gpg
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3.2.0
Expand Down

0 comments on commit ebfcc17

Please sign in to comment.