Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
e7mac committed Mar 26, 2019
1 parent f347e92 commit fe576a9
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 @@ -5,6 +5,6 @@
####################################################################

tagCommit:
git tag `cat sdk-version.txt`; git push origin `cat sdk-version.txt`
git tag `cat sdk-version.txt`; git push origin `cat sdk-version.txt`

deploy: tagCommit

0 comments on commit fe576a9

Please sign in to comment.