Skip to content

Commit

Permalink
build: remove last rebase step (#5737)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokahler committed Feb 14, 2024
1 parent 03b044f commit 6f31dc7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,3 @@ jobs:
--exact \
--yes \
from-package
- name: Rebase 'next'
run: |
# Ensure branches are up to date
git fetch origin current:current -u
git fetch origin next:next -u
git checkout next
git rebase current
git push --set-upstream origin next

0 comments on commit 6f31dc7

Please sign in to comment.