Skip to content

Commit d05c971

Browse files
author
Edward Smith
committed
Updated build script.
1 parent d362ec7 commit d05c971

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@ sh $SCRIPT_DIR/build_framework.sh
3434
git add --all
3535
git commit -m "Updates for $1 release."
3636
git tag $1
37-
## git push --tags origin master
3837
git push
3938
git checkout master
4039
git pull
4140
git pull origin QA
42-
git push
41+
git push --tags origin master
4342

4443
# Release to CocoaPods
4544
pod trunk push $PODSPEC_LOC

0 commit comments

Comments
 (0)