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 537c90e + d59b872 commit 558c8baCopy full SHA for 558c8ba
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
20
restore-keys: |
21
${{ runner.os }}-go
22
- - uses: goreleaser/goreleaser-action@v3
+ - uses: goreleaser/goreleaser-action@v4
23
with:
24
version: 1.7.0
25
args: build --rm-dist --snapshot
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Compute tag name
27
id: tag-name
28
run: echo "::set-output name=tag-name::${GITHUB_REF#refs/tags/}"
29
30
31
32
args: release --parallelism 2
0 commit comments