Skip to content

Commit 39daf69

Browse files
committed
Fix wrong go releaser workflow version
1 parent 09ce791 commit 39daf69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: goreleaser/goreleaser-action@v6
2424
with:
2525
distribution: goreleaser
26-
version: 'latest'
26+
version: '~> v2'
2727
args: release --clean
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)