Skip to content

Commit 08b1e87

Browse files
committed
update push spm
1 parent c4a4d98 commit 08b1e87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/pushSPM.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22
git config --local user.email "$GITHUB_EMAIL"
33
git config --local user.name "$GITHUB_NAME"
4+
git config pull.rebase false
45
git remote set-url origin https://$GITHUB_NAME:$GITHUB_TOKEN@github.com/Leanplum/Leanplum-iOS-SDK.git
56
RELEASE_VERSION=${TRAVIS_TAG%-*}
67
echo $RELEASE_VERSION

0 commit comments

Comments
 (0)