Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 1e1592f

Browse files
committed
ci: do not sign releases on CI
We will setup a MISC quorum.
1 parent 3d10fe9 commit 1e1592f

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,10 @@ jobs:
1818
with:
1919
go-version: 1.15
2020

21-
- name: Import GPG key
22-
id: import_gpg
23-
uses: crazy-max/ghaction-import-gpg@v3
24-
with:
25-
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
26-
passphrase: ${{ secrets.PASSPHRASE }}
27-
2821
- name: Run GoReleaser
2922
uses: goreleaser/goreleaser-action@v2
3023
with:
3124
version: latest
3225
args: release --rm-dist
3326
env:
3427
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

.goreleaser.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ archives:
4545
- goos: windows
4646
format: zip
4747

48-
signs:
49-
- artifacts: checksum
50-
args: [ "--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}" ]
51-
5248
release:
5349
github:
5450
owner: ledgerhq

0 commit comments

Comments
 (0)