Skip to content

Commit af461e9

Browse files
committed
chore: switch to v2 gorealeaser
1 parent 8c192c6 commit af461e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
echo "version=${VERSION}" >> $GITHUB_OUTPUT
8282
echo "Releasing version: ${VERSION}"
8383
- name: Install release tools
84-
run: go install github.com/goreleaser/[email protected]
84+
run: go install github.com/goreleaser/goreleaser/v2@v2.12.5
8585
- uses: flowexec/action@v1
8686
with:
8787
executable: 'publish release --param VERSION=${{ steps.version.outputs.version }}'

0 commit comments

Comments
 (0)