Skip to content

Commit

Permalink
Because make is black magic
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed Mar 15, 2018
1 parent c87a062 commit 5f7511f
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 @@ -74,7 +74,7 @@ ci-create-release:
ghr \
-u ${GITHUB_USER} \
-t ${GITHUB_TOKEN} \
-b "$(cat ./CHANGELOG.md)" \
-b "$$(cat ./CHANGELOG.md)" \
-p 1 \
-draft \
${GIT_TAG} build/
Expand Down

0 comments on commit 5f7511f

Please sign in to comment.