diff --git a/.travis.yml b/.travis.yml index 7021d21f..96791ea0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ after_deploy: - git config --global user.name "Jrnl Bot" - git add pyproject.toml - git commit -m "Incrementing version to ${TRAVIS_TAG}" - - git push https://${GITHUB_TOKEN}@github.com/jrnl-org/jrnl master + - git push https://${GITHUB_TOKEN}@github.com/jrnl-org/jrnl.git master