Skip to content

Commit

Permalink
fix gpg signing
Browse files Browse the repository at this point in the history
  • Loading branch information
engelmi committed Jul 29, 2022
1 parent 6847ded commit 44ad70d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
uses: goreleaser/goreleaser-action@v3
with:
version: v0.162.0
version: latest
args: release --rm-dist
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand All @@ -106,5 +106,5 @@ jobs:
if: "!startsWith(github.ref, 'refs/tags/')"
uses: goreleaser/goreleaser-action@v3
with:
version: v0.162.0
version: latest
args: build --snapshot
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ builds:
ignore:
- goos: darwin
goarch: "386"
- goos: windows
goarch: arm64
binary: "{{ .ProjectName }}_{{ .Version }}"
archives:
- format: zip
Expand All @@ -40,6 +42,7 @@ signs:
- "--detach-sign"
- "${artifact}"
stdin: '{{ .Env.GPG_PASSWORD }}'
output: false
release:
changelog:
skip: true

0 comments on commit 44ad70d

Please sign in to comment.