Hotfix for keeping the version in sync in code (testing to come later) (#895)

hotfix for keeping the version in sync in code (testing to come later)
This commit is contained in:
Jonathan Wren 2020-03-28 13:27:16 -07:00
parent edc49cf5a2
commit 87d0c84757

View file

@ -150,6 +150,6 @@ jobs:
- git config --global user.email "jrnl.bot@gmail.com" - git config --global user.email "jrnl.bot@gmail.com"
- git config --global user.name "Jrnl Bot" - git config --global user.name "Jrnl Bot"
- git checkout master - git checkout master
- git add pyproject.toml - git add pyproject.toml jrnl/__version__.py
- git commit -m "Incrementing version to ${TRAVIS_TAG} [ci skip]" - git commit -m "Incrementing version to ${TRAVIS_TAG} [ci skip]"
- git push https://${GITHUB_TOKEN}@github.com/jrnl-org/jrnl.git master - git push https://${GITHUB_TOKEN}@github.com/jrnl-org/jrnl.git master