chore: update ci
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -15,12 +15,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
- name: Push to release branch
|
- name: Push to release branch
|
||||||
run: |
|
run: |
|
||||||
git config user.name "GitHub Actions"
|
|
||||||
git config user.email "actions@github.com"
|
|
||||||
|
|
||||||
git checkout release || git checkout -b release
|
git checkout release || git checkout -b release
|
||||||
git merge --ff-only main
|
git merge --ff-only main
|
||||||
git push origin release
|
git push origin release
|
||||||
|
|||||||
Reference in New Issue
Block a user