mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-26 23:59:19 +03:00
fix: update docs push-on-release action (#4418)
This commit is contained in:
parent
ab5af61960
commit
26240ec190
@ -39,5 +39,6 @@ jobs:
|
||||
run: |
|
||||
git config user.name github-actions
|
||||
git config user.email github-actions@github.com
|
||||
git commit -am "feat: add release ${{ github.event.release.tag_name }}"
|
||||
git remote set-url origin https://x-access-token:${{ secrets.PAT_PUSH }}@github.com/gitbutlerapp/gitbutler-docs
|
||||
git commit -am "[automated]: add release ${{ github.event.release.tag_name }}"
|
||||
git push
|
Loading…
Reference in New Issue
Block a user