Skip to content

Commit 309e620

Browse files
authored
fix: downgrade goreleaser version (#9)
1 parent 5ff8da6 commit 309e620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

root/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ release:
4141
@# Create a tag for our version
4242
@git tag -d "$(APP_VERSION)" >&2 || true
4343
@git tag "$(APP_VERSION)" >&2
44-
@./.bootstrap/shell/gobin.sh github.com/goreleaser/goreleaser@v0.160.0 release --skip-publish --rm-dist
44+
@./.bootstrap/shell/gobin.sh github.com/goreleaser/goreleaser@v0.157.0 release --skip-publish --rm-dist
4545
@# Delete the tag once we're done.
4646
@git tag -d "$(APP_VERSION)" >&2
4747

0 commit comments

Comments
 (0)