Skip to content

Commit 677e3c1

Browse files
committed
fix: pipeline (3)
1 parent 968888b commit 677e3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: goreleaser/goreleaser-action@v6
3939
with:
4040
distribution: goreleaser
41-
version: "lastest"
41+
version: "~> v2"
4242
args: release --snapshot --clean
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)