We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292213f commit 7c90329Copy full SHA for 7c90329
scripts/push_version.sh
@@ -7,5 +7,7 @@ then
7
git config --local user.email "[email protected]"
8
git add Cargo.toml
9
git commit --allow-empty -m "Bump version to $TRAVIS_TAG [skip ci]"
10
- git push https://${GITHUB_TOKEN}@github.com/maur1th/task_diff.git HEAD:master
+ git remote set-url origin https://${GITHUB_TOKEN}@github.com/maur1th/task_diff.git
11
+ git pull --rebase origin master
12
+ git push origin HEAD:master
13
fi
0 commit comments