Compare commits

...

1 Commits

Author SHA1 Message Date
Mythie
4e799e68ef chore: update ci 2023-12-08 09:44:36 +11:00

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