Skip to content

Commit c209aed

Browse files
committed
script updates
1 parent a6092d9 commit c209aed

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
@@ -8,6 +8,6 @@ updateVersion:
88
sed -i '' -e "s/#define LEANPLUM_SDK_VERSION @.*/#define LEANPLUM_SDK_VERSION @\"`cat sdk-version.txt`\"/g" "./Leanplum-SDK/Classes/Internal/LPConstants.h"
99

1010
tagCommit:
11-
git add Leanplum-SDK/Classes/Internal/LPConstants.h && git commit -am 'update version' && git tag `cat sdk-version.txt`; git push --tags
11+
git add Leanplum-SDK/Classes/Internal/LPConstants.h; git commit -am 'update version'; git tag `cat sdk-version.txt`; git push origin `cat sdk-version.txt`
1212

1313
deploy: updateVersion tagCommit

0 commit comments

Comments
 (0)