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 a08b87a commit afaad51Copy full SHA for afaad51
.github/workflows/release.yml
@@ -86,6 +86,7 @@ jobs:
86
- name: Rebase main onto this branch
87
run: |
88
git fetch
89
- git rebase release-${{ github.ref_name }} main
+ git checkout main
90
+ git rebase release-${{ github.ref_name }}
91
git push -f origin main
92
git branch -D release-${{ github.ref_name }}
0 commit comments