Skip to content

Commit

Permalink
chore(taskfile): fix goreleaser:install task to install correct ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
andreynering committed Nov 6, 2024
1 parent d8e1763 commit c3bd6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ tasks:
goreleaser:install:
desc: Installs goreleaser
cmds:
- go install github.com/goreleaser/goreleaser@latest
- go install github.com/goreleaser/goreleaser/v2@latest

release:*:
desc: Prepare the project for a new release
Expand Down

0 comments on commit c3bd6b9

Please sign in to comment.