We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb1d680 + d40ff94 commit bc2a406Copy full SHA for bc2a406
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
43
-
44
name: Run GoReleaser
45
- uses: goreleaser/goreleaser-action@v3
+ uses: goreleaser/goreleaser-action@v7
46
with:
47
version: latest
48
args: release --clean
.github/workflows/test.yml
@@ -76,7 +76,7 @@ jobs:
76
./external/runbooks/run-all-runbooks.sh
77
78
- name: Run GoReleaser (for Linux build and Syntax check)
79
80
env:
81
GOOS: linux
82
GOARCH: amd64
0 commit comments