We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5150a5 commit 5d401b3Copy full SHA for 5d401b3
1 file changed
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
if: startsWith(github.ref, 'refs/tags/')
46
run: echo "GORELEASER_ARGS=--clean" >> "$GITHUB_ENV"
47
48
- - uses: goreleaser/goreleaser-action@v6
+ - uses: goreleaser/goreleaser-action@v7
49
with:
50
distribution: goreleaser
51
version: latest
0 commit comments