We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ce574 commit 063e1faCopy full SHA for 063e1fa
.github/workflows/push.yml
@@ -43,7 +43,7 @@ jobs:
43
username: ${{ github.actor }}
44
password: ${{ secrets.GITHUB_TOKEN }}
45
- name: Run GoReleaser
46
- uses: goreleaser/goreleaser-action@v2
+ uses: goreleaser/goreleaser-action@v3
47
if: success() && startsWith(github.ref, 'refs/tags/')
48
with:
49
version: latest
0 commit comments