We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225d184 commit 7610d3fCopy full SHA for 7610d3f
1 file changed
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
run: make build
24
- name: Run GoReleaser
25
uses: goreleaser/goreleaser-action@v2
26
- if: startsWith(github.ref, 'refs/tags/') # Only release for tagged commits.
+ if: startsWith(github.ref, 'refs/tags/v') # Only release for tagged commits.
27
with:
28
distribution: goreleaser
29
version: latest
0 commit comments