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 9b0a042 commit b6e8b2dCopy full SHA for b6e8b2d
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
password: ${{ secrets.DOCKER_PASSWORD }}
38
-
39
name: Run GoReleaser
40
- uses: goreleaser/goreleaser-action@v4
+ uses: goreleaser/goreleaser-action@v6
41
with:
42
distribution: goreleaser
43
version: latest
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
run: go test -v ./...
30
31
- name: Goreleaser checks
32
33
34
35
0 commit comments