mirror of
https://github.com/sern-handler/cli
synced 2026-06-27 18:22:20 +00:00
fix(ci): updated configuration of go releaser
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -24,7 +24,6 @@ jobs:
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.18
|
||||
id: go
|
||||
|
||||
- name: Import GPG key
|
||||
id: import_gpg
|
||||
|
||||
@@ -7,6 +7,11 @@ builds:
|
||||
goarch:
|
||||
- amd64
|
||||
main: ./cmd
|
||||
checksum:
|
||||
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
|
||||
algorithm: sha256
|
||||
signs:
|
||||
- artifacts: checksum
|
||||
args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]
|
||||
release:
|
||||
draft: true
|
||||
Reference in New Issue
Block a user