Skip to content

Commit cd4063c

Browse files
chore: fix rebase
Signed-off-by: Joris Mancini <[email protected]>
1 parent 81a11df commit cd4063c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ jobs:
8787

8888
- name: Rebase main onto this branch
8989
run: |
90-
git checkout main
91-
git rebase release-${{ github.ref_name }}
90+
git rebase release-${{ github.ref_name }} main
91+
git push -f origin main
9292
git branch -D release-${{ github.ref_name }}

0 commit comments

Comments
 (0)