Skip to content

Commit fe576a9

Browse files
committed
fix makefile
1 parent f347e92 commit fe576a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
####################################################################
66

77
tagCommit:
8-
git tag `cat sdk-version.txt`; git push origin `cat sdk-version.txt`
8+
git tag `cat sdk-version.txt`; git push origin `cat sdk-version.txt`
99

1010
deploy: tagCommit

0 commit comments

Comments
 (0)