Skip to content

Commit

Permalink
add "build-all" target to "release"
Browse files Browse the repository at this point in the history
  • Loading branch information
xiam committed Aug 16, 2019
1 parent fd6bdc6 commit 47e8e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -105,7 +105,7 @@ require-version:
require-access-token:
@if [[ -z "$(GH_ACCESS_TOKEN)" ]]; then echo "Missing \$$GH_ACCESS_TOKEN"; exit 1; fi

release: require-version require-access-token
release: require-version require-access-token build-all
RESP=$$(curl --silent --data '{ \
"tag_name": "v$(VERSION)", \
"name": "v$(VERSION)", \
Expand Down

0 comments on commit 47e8e50

Please sign in to comment.