Skip to content

Commit 01a8588

Browse files
committed
fix: goreleaser action
1 parent 4136ce2 commit 01a8588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: goreleaser/goreleaser-action@v2
5353
if: startsWith(github.ref, 'refs/tags/')
5454
with:
55-
version: v1-latest
55+
version: latest
5656
args: release --rm-dist
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)