Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythie committed Dec 7, 2023
1 parent 1831084 commit 4e799e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git checkout release || git checkout -b release
git merge --ff-only main
git push origin release

0 comments on commit 4e799e6

Please sign in to comment.