Skip to content

Commit

Permalink
Sign released binaries (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Apr 29, 2021
1 parent 6c6178e commit 87247a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ jobs:
run: git fetch --prune --unshallow
- name: Setup Go
uses: actions/setup-go@v2
- name: Load signing key
run: echo "${{ secrets.PGP_SIGN_KEY }}" | gpg --import --no-tty --batch
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: "358B DF63 B4AE D76A 871A E62E 1BF1 686B 468C 35B2"
SIGN_KEY_PASSPHRESE: ${{ secrets.SIGN_KEY_PASSPHRESE }}

0 comments on commit 87247a4

Please sign in to comment.