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 eb2472a commit a6d2fccCopy full SHA for a6d2fcc
.github/workflows/release.yml
@@ -100,3 +100,4 @@ jobs:
100
run: |
101
git switch ${{ env.DEFAULT_BRANCH }}
102
git branch -D ${{ steps.branch_name.outputs.BRANCH }}
103
+ git branch -D origin/${{ steps.branch_name.outputs.BRANCH }}
0 commit comments