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 68617f0 commit db5e64cCopy full SHA for db5e64c
.github/workflows/prerelease.yaml
@@ -25,7 +25,7 @@ jobs:
25
go-version: ${{ env.GO_VERSION }}
26
27
- name: Run GoReleaser
28
- uses: goreleaser/goreleaser-action@v5
+ uses: goreleaser/goreleaser-action@v6
29
if: env.REGISTRY_USERNAME != ''
30
with:
31
distribution: goreleaser
.github/workflows/release.yaml
@@ -40,7 +40,7 @@ jobs:
40
password: ${{ secrets.REGISTRY_PASSWORD }}
41
42
43
44
45
46
0 commit comments