Skip to content

Commit afaad51

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
- name: Rebase main onto this branch
8787
run: |
8888
git fetch
89-
git rebase release-${{ github.ref_name }} main
89+
git checkout main
90+
git rebase release-${{ github.ref_name }}
9091
git push -f origin main
9192
git branch -D release-${{ github.ref_name }}

0 commit comments

Comments
 (0)