Merge pull request #729 from wren/715-version-update

[#715] Checkout master branch first before committing
This commit is contained in:
Micah Jerome Ellison 2019-11-09 14:11:23 -08:00
commit 125d55aa20

View file

@ -26,6 +26,7 @@ deploy:
after_deploy:
- git config --global user.email "jrnl.bot@gmail.com"
- git config --global user.name "Jrnl Bot"
- git checkout master
- git add pyproject.toml
- git commit -m "Incrementing version to ${TRAVIS_TAG}"
- git push https://${GITHUB_TOKEN}@github.com/jrnl-org/jrnl.git master