We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f347e92 commit fe576a9Copy full SHA for fe576a9
Makefile
@@ -5,6 +5,6 @@
5
####################################################################
6
7
tagCommit:
8
- 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`
9
10
deploy: tagCommit
0 commit comments