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 6041ae9 commit ca3eea1Copy full SHA for ca3eea1
.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@v2
+ uses: goreleaser/goreleaser-action@v5
29
if: env.REGISTRY_USERNAME != ''
30
with:
31
version: latest
.github/workflows/release.yaml
@@ -34,7 +34,7 @@ jobs:
34
password: ${{ secrets.REGISTRY_PASSWORD }}
35
36
37
- uses: goreleaser/goreleaser-action@v3
38
39
40
0 commit comments