Skip to content

Commit

Permalink
Build for release before archiving for Github Releases (#73)
Browse files Browse the repository at this point in the history
- Without this we could create a broken release if the binaries are not
already created or if the binaries are from an older commit.
  • Loading branch information
rahul-malik authored Mar 19, 2019
1 parent 7524dd2 commit fe2b724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ github_release:
@git checkout master
@git pull --rebase origin master
@echo "creating release: $(TESTED_BAZEL_VERSION)-($(shell git rev-parse --short HEAD)"
$(MAKE) release
$(MAKE) archive
@hub release create -p -a PodToBUILD.zip \
-m "PodToBUILD $(TESTED_BAZEL_VERSION)-$(shell git rev-parse --short HEAD)" \
Expand Down

0 comments on commit fe2b724

Please sign in to comment.