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 a0a6473 commit 00c586eCopy full SHA for 00c586e
.github/workflows/release.yml
@@ -90,4 +90,5 @@ jobs:
90
git checkout main
91
git rebase release-${{ github.ref_name }}
92
git push -f origin main
93
- git branch -D release-${{ github.ref_name }}
+ git push origin release-${{ github.ref_name }}
94
+ git push origin ${{ github.ref_name }}
0 commit comments