Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Commit

Permalink
fix(release-script): fix tag pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
stoto committed Apr 19, 2018
1 parent 59cc6a9 commit 80e7e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function release {
git tag -a "$VERSION_NUMBER" -m "$VERSION_NUMBER"

git push
git push $VERSION_NUMBER
git push origin $VERSION_NUMBER

pod spec lint --allow-warnings
pod trunk push CoreSDK.podspec --allow-warnings
Expand Down

0 comments on commit 80e7e83

Please sign in to comment.