We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecd956 commit a56b7caCopy full SHA for a56b7ca
.github/workflows/goreleaser.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
go-version-file: 'go.mod'
23
- name: Run GoReleaser
24
- uses: goreleaser/goreleaser-action@v4
+ uses: goreleaser/goreleaser-action@v5
25
26
version: v1.12.3
27
args: check
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
- name: Install Cosign
uses: sigstore/cosign-installer@v3
28
29
30
31
32
args: release --rm-dist
0 commit comments