From 80e7e83c1b34980a682f10907bb3964252c8cd24 Mon Sep 17 00:00:00 2001 From: stoto Date: Thu, 19 Apr 2018 10:58:24 +0200 Subject: [PATCH] fix(release-script): fix tag pushing --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 2f0ecf0..8c48076 100755 --- a/release.sh +++ b/release.sh @@ -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