Skip to content

Commit 9c4da33

Browse files
committed
fix: moidfy release
1 parent 3ccd6e5 commit 9c4da33

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Unshallow
4343
run: git fetch --prune --unshallow
4444
- name: Set up Go
45-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
45+
uses: actions/setup-go@v5
4646
with:
4747
go-version: ${{ needs.get-go-version.outputs.go-version }}
4848
- name: Describe plugin

.goreleaser.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ archives:
9393
checksum:
9494
name_template: '{{ .ProjectName }}_v{{ .Version }}_SHA256SUMS'
9595
algorithm: sha256
96-
signs:
97-
- cmd: signore
98-
args: ["sign", "--dearmor", "--file", "${artifact}", "--out", "${signature}"]
99-
artifacts: checksum
100-
signature: ${artifact}.sig
96+
# signs:
97+
# - cmd: signore
98+
# args: ["sign", "--dearmor", "--file", "${artifact}", "--out", "${signature}"]
99+
# artifacts: checksum
100+
# signature: ${artifact}.sig
101101

102102
changelog:
103103
use: github-native

0 commit comments

Comments
 (0)