chore: update ci

This commit is contained in:
Mythie
2023-12-08 09:44:36 +11:00
parent 1831084970
commit 4e799e68ef

View File

@ -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