We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a11df commit cd4063cCopy full SHA for cd4063c
.github/workflows/release.yml
@@ -87,6 +87,6 @@ jobs:
87
88
- name: Rebase main onto this branch
89
run: |
90
- git checkout main
91
- git rebase release-${{ github.ref_name }}
+ git rebase release-${{ github.ref_name }} main
+ git push -f origin main
92
git branch -D release-${{ github.ref_name }}
0 commit comments