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 9ac5cfa commit 0694a78Copy full SHA for 0694a78
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set the user terminal
25
run: export GPG_TTY=$(tty)
26
- name: Run GoReleaser
27
- uses: goreleaser/goreleaser-action@v4
+ uses: goreleaser/goreleaser-action@v5
28
with:
29
version: latest
30
args: release --rm-dist
0 commit comments