mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
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:
parent
edc49cf5a2
commit
87d0c84757
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue