We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efdb1a commit d070996Copy full SHA for d070996
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
cache: true
30
-
31
name: Run GoReleaser
32
- uses: goreleaser/goreleaser-action@v4
+ uses: goreleaser/goreleaser-action@v5
33
if: success() && startsWith(github.ref, 'refs/tags/')
34
with:
35
distribution: goreleaser
0 commit comments