Skip to content

Commit

Permalink
fix call to goreleaser to actually publish the release
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Apr 12, 2021
1 parent be79bdd commit fc48c45
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 @@ -79,5 +79,5 @@ cutarelease: tidy check check-version
fi && \
git push origin "$$ver" && \
mkdir -p ./tmp && ./scripts/gen-release-notes "$$ver" > ./tmp/release-notes.md && \
GORELEASER_PREVIOUS_TAG="$$ver" goreleaser release --skip-publish --snapshot --rm-dist --release-header=./tmp/release-notes.md
GORELEASER_PREVIOUS_TAG="$$ver" goreleaser release --rm-dist --release-header=./tmp/release-notes.md

0 comments on commit fc48c45

Please sign in to comment.