Skip to content

Commit c1ffe80

Browse files
committed
build: Lock goreleaser to v2
Signed-off-by: Paulo Gomes <[email protected]>
1 parent e3e58e4 commit c1ffe80

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
@@ -34,7 +34,7 @@ jobs:
3434
uses: goreleaser/goreleaser-action@v6
3535
with:
3636
distribution: goreleaser
37-
version: latest
37+
version: '~> v2'
3838
args: release --clean
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)