Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maur1th committed Jan 17, 2019
1 parent 292213f commit 7c90329
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/push_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ then
git config --local user.email "[email protected]"
git add Cargo.toml
git commit --allow-empty -m "Bump version to $TRAVIS_TAG [skip ci]"
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
git pull --rebase origin master
git push origin HEAD:master
fi

0 comments on commit 7c90329

Please sign in to comment.