Skip to content

Commit a08b87a

Browse files
chore: add fetch
Signed-off-by: Joris Mancini <[email protected]>
1 parent 805bbb2 commit a08b87a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
8686
- name: Rebase main onto this branch
8787
run: |
88+
git fetch
8889
git rebase release-${{ github.ref_name }} main
8990
git push -f origin main
9091
git branch -D release-${{ github.ref_name }}

0 commit comments

Comments
 (0)