Skip to content

Commit 7610d3f

Browse files
committed
Minor adjustment to CI configuration
1 parent 225d184 commit 7610d3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: make build
2424
- name: Run GoReleaser
2525
uses: goreleaser/goreleaser-action@v2
26-
if: startsWith(github.ref, 'refs/tags/') # Only release for tagged commits.
26+
if: startsWith(github.ref, 'refs/tags/v') # Only release for tagged commits.
2727
with:
2828
distribution: goreleaser
2929
version: latest

0 commit comments

Comments
 (0)