Skip to content

Commit

Permalink
fix(release): upgrade goreleaser so script requests correct checksum …
Browse files Browse the repository at this point in the history
…file (#773)

Signed-off-by: Eric Stroczynski <ericstroczynski@gmail.com>
  • Loading branch information
Eric Stroczynski committed Sep 8, 2021
1 parent 59d0ec7 commit 1c85576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export LATEST_IMAGE_OR_EMPTY ?= $(shell \
&& echo "$(OPM_IMAGE_REPO):latest" || echo "")
release: RELEASE_ARGS ?= release --rm-dist --snapshot
release:
./scripts/fetch goreleaser 0.173.2 && ./bin/goreleaser $(RELEASE_ARGS)
./scripts/fetch goreleaser 0.177.0 && ./bin/goreleaser $(RELEASE_ARGS)

# tagged-or-empty returns $(OPM_IMAGE_REPO):$(1) when HEAD is assigned a non-prerelease semver tag,
# otherwise the empty string. An empty string causes goreleaser to skip building
Expand Down

0 comments on commit 1c85576

Please sign in to comment.