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 6ea276e commit 22e177dCopy full SHA for 22e177d
.github/workflows/release.yml
@@ -96,8 +96,9 @@ jobs:
96
add_options: '-u'
97
create_branch: true
98
99
- - name: Delete branch
+ - name: Delete local and remote branches
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 }}
+ git push origin -d ${{ steps.branch_name.outputs.BRANCH }}
104
+ git branch -a
0 commit comments