mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
chore: update ci
This commit is contained in:
parent
1831084970
commit
4e799e68ef
1 changed files with 1 additions and 3 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
|
@ -15,12 +15,10 @@ jobs:
|
|||
with:
|
||||
ref: main
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
- name: Push to release branch
|
||||
run: |
|
||||
git config user.name "GitHub Actions"
|
||||
git config user.email "actions@github.com"
|
||||
|
||||
git checkout release || git checkout -b release
|
||||
git merge --ff-only main
|
||||
git push origin release
|
||||
|
|
|
|||
Loading…
Reference in a new issue