Skip to content

Commit 47d75e0

Browse files
committed
tmp: remove release signing
1 parent ad59d81 commit 47d75e0

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/workflows/release.yml

-6
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,12 @@ jobs:
2929
with:
3030
go-version: ${{ matrix.GO_SEMVER }}
3131
check-latest: true
32-
- name: Import GPG key
33-
uses: crazy-max/ghaction-import-gpg@v6
34-
with:
35-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
36-
passphrase: ${{ secrets.PASSPHRASE }}
3732
- name: Run GoReleaser
3833
uses: goreleaser/goreleaser-action@v4
3934
with:
4035
version: latest
4136
args: release --clean --timeout 30m
4237
env:
4338
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
44-
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4539

4640

.goreleaser.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ archives:
3636
snapshot:
3737
name_template: "{{ incpatch .Version }}-next"
3838

39-
checksum:
40-
name_template: 'checksum.txt'
41-
42-
signs:
43-
- artifacts: checksum
44-
args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]
45-
4639
changelog:
4740
sort: asc
4841
filters:

0 commit comments

Comments
 (0)