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