Skip to content

Commit e27854d

Browse files
authored
fix: add correct version format for goreleaser action (#13)
1 parent 789780c commit e27854d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run GoReleaser
2828
uses: goreleaser/goreleaser-action@v1
2929
with:
30-
version: v2.9.1
30+
version: 2.9.1
3131
args: release --rm-dist
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)