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.
2 parents 3b8aef7 + 303aa6f commit 405df4fCopy full SHA for 405df4f
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
go-version: "1.18"
50
check-latest: true
51
cache: true
52
- - uses: goreleaser/goreleaser-action@v3
+ - uses: goreleaser/goreleaser-action@v4
53
with:
54
version: 1.13.0
55
args: build --rm-dist --snapshot
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Compute tag name
19
id: tag-name
20
run: echo "::set-output name=tag-name::${GITHUB_REF#refs/tags/}"
21
22
23
24
args: release
0 commit comments