Skip to content

Commit

Permalink
fix: no passphrase for goreleaser
Browse files Browse the repository at this point in the history
OTT-2113
  • Loading branch information
oabdoun committed Oct 6, 2022
1 parent dbbbe83 commit dd2d2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: import_gpg
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
passphrase: ""
- uses: goreleaser/goreleaser-action@v3
with:
version: latest
Expand Down

0 comments on commit dd2d2bc

Please sign in to comment.