Skip to content

Commit

Permalink
chore: auto-merge release -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
kedrzu committed Jan 22, 2025
1 parent 78746c3 commit fb2b547
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/automerge-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@ jobs:
- name: Merge release to main
id: mergeRelease
run: |
git checkout main
git pull
git merge --no-ff release -m "chore: auto-merge release -> main"
git merge --no-ff origin/release -m "chore: auto-merge release -> main"
git push

0 comments on commit fb2b547

Please sign in to comment.