Skip to content

Commit

Permalink
tmp: remove release signing
Browse files Browse the repository at this point in the history
  • Loading branch information
ybirader committed Sep 12, 2023
1 parent 3d7d8ac commit c321713
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,12 @@ jobs:
with:
go-version: ${{ matrix.GO_SEMVER }}
check-latest: true
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --clean --timeout 30m
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}


7 changes: 0 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ archives:
snapshot:
name_template: "{{ incpatch .Version }}-next"

checksum:
name_template: 'checksum.txt'

signs:
- artifacts: checksum
args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]

changelog:
sort: asc
filters:
Expand Down

0 comments on commit c321713

Please sign in to comment.