Skip to content

Commit

Permalink
.github/workflows/release: Add GPG key to goreleaser skip-publish step
Browse files Browse the repository at this point in the history
Should prevent any signing errors.
  • Loading branch information
bflad committed Mar 23, 2020
1 parent 8cd2a4e commit 5501226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
args: release --release-notes RELEASE-NOTES.md --rm-dist --skip-publish
key: ${{ secrets.GPG_KEY }}
- name: goreleaser release
uses: goreleaser/goreleaser-action@v1
env:
Expand Down

0 comments on commit 5501226

Please sign in to comment.