Skip to content

Commit c3bd6b9

Browse files
committed
chore(taskfile): fix goreleaser:install task to install correct version
1 parent d8e1763 commit c3bd6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ tasks:
122122
goreleaser:install:
123123
desc: Installs goreleaser
124124
cmds:
125-
- go install github.com/goreleaser/goreleaser@latest
125+
- go install github.com/goreleaser/goreleaser/v2@latest
126126

127127
release:*:
128128
desc: Prepare the project for a new release

0 commit comments

Comments
 (0)