mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
Use gitlab to trigger releases in pipeline (#947)
This commit is contained in:
parent
cfadcd39ca
commit
e5f59d7179
3 changed files with 46 additions and 21 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue