Use gitlab to trigger releases in pipeline (#947)

This commit is contained in:
Jonathan Wren 2020-05-09 14:12:14 -07:00 committed by GitHub
parent cfadcd39ca
commit e5f59d7179
3 changed files with 46 additions and 21 deletions

View file

@ -59,6 +59,6 @@ git config --global user.email "jrnl.bot@gmail.com"
git config --global user.name "Jrnl Bot"
git checkout $BRANCH
git add "$FILENAME"
git commit -m "Updating changelog [ci skip]"
git commit -m "Update changelog [ci skip]"
git push https://${GITHUB_TOKEN}@github.com/jrnl-org/jrnl.git $BRANCH