Skip to content

Commit

Permalink
Update Taskfile's goreleaser install version
Browse files Browse the repository at this point in the history
  • Loading branch information
momer committed Jul 16, 2024
1 parent d21deb3 commit a10e9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tasks:
deps:
- install-goreleaser
cmds:
- goreleaser build --single-target --skip=validate --clean --snapshot
- goreleaser build -f .goreleaser.yml --single-target --skip=validate --clean --snapshot
sources:
- "**/*.go"
- go.mod
Expand All @@ -35,7 +35,7 @@ tasks:
install-goreleaser:
desc: "Install goreleaser"
cmds:
- go install github.com/goreleaser/goreleaser@latest
- go install github.com/goreleaser/goreleaser/v2@latest
status:
- which goreleaser

Expand Down

0 comments on commit a10e9a8

Please sign in to comment.