Skip to content

Commit e4bd1d1

Browse files
committed
troubleshoot blackduck
1 parent f006ace commit e4bd1d1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/prepare-release.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -296,13 +296,6 @@ jobs:
296296
GH_TOKEN: ${{ secrets.BOT_SDK_JS_FOR_DOCS_REPO_PR }}
297297
continue-on-error: true
298298

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-
306299
- name: "Delete Release Tag"
307300
if: ${{ needs.bump-version.outputs.release-tag != '' }}
308301
run: git push --delete origin ${{ needs.bump-version.outputs.release-tag }}

0 commit comments

Comments
 (0)