Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kamushadenes committed Feb 25, 2025
1 parent 35d3cf6 commit 2d85c44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git switch main
git rebase release
git switch release
git merge --ff-only main
Expand Down

0 comments on commit 2d85c44

Please sign in to comment.