We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7406613 commit 0d07970Copy full SHA for 0d07970
.github/workflows/goreleaser.yaml
@@ -53,7 +53,7 @@ jobs:
53
password: ${{ secrets.QUAY_PASSWORD }}
54
55
- name: Run GoReleaser
56
- uses: goreleaser/goreleaser-action@v5
+ uses: goreleaser/goreleaser-action@v6
57
if: startsWith(github.ref, 'refs/tags')
58
with:
59
version: 0.177.0
0 commit comments