Skip to content

Commit 2f73896

Browse files
committed
fix(ci): use same goreleaser version for both snapshot and release
1 parent 19896db commit 2f73896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: contains(github.ref, 'tags')
4040
uses: goreleaser/goreleaser-action@v6
4141
with:
42-
version: latest
42+
version: "~> v2"
4343
args: release --clean
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)