We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f006ace commit e4bd1d1Copy full SHA for e4bd1d1
.github/workflows/prepare-release.yaml
@@ -296,13 +296,6 @@ jobs:
296
GH_TOKEN: ${{ secrets.BOT_SDK_JS_FOR_DOCS_REPO_PR }}
297
continue-on-error: true
298
299
- - name: "Delete Release Branch"
300
- if: ${{ needs.bump-version.outputs.release-branch != '' }}
301
- run: git push --delete origin ${{ needs.bump-version.outputs.release-branch }}
302
- env:
303
- GITHUB_TOKEN: ${{ secrets.BOT_SDK_JS_FOR_DOCS_REPO_PR }}
304
- continue-on-error: true
305
-
306
- name: "Delete Release Tag"
307
if: ${{ needs.bump-version.outputs.release-tag != '' }}
308
run: git push --delete origin ${{ needs.bump-version.outputs.release-tag }}
0 commit comments