Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Update merge process
Browse files Browse the repository at this point in the history
  • Loading branch information
monstajoe2002 committed Dec 2, 2023
1 parent f7bc201 commit 5652455
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
git config --global user.name "monstajoe2002"
- name: Merge to master
run: |
git fetch origin master
git fetch
git pull
git checkout master
git merge --no-ff release/patch
git push origin master
Expand Down

0 comments on commit 5652455

Please sign in to comment.