Skip to content

Commit

Permalink
keep bad archive release for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henderson committed Sep 26, 2024
1 parent 856decc commit 1d26a71
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/dotnet-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ jobs:



- name: Delete Failed Release
if: failure() && env.CREATE_RELEASE == 'True'
id: delete-failed-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release delete ${{ inputs.release_version }} --yes --cleanup-tag
# - name: Delete Failed Release
# if: failure() && env.CREATE_RELEASE == 'True'
# id: delete-failed-release
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: |
# gh release delete ${{ inputs.release_version }} --yes --cleanup-tag

0 comments on commit 1d26a71

Please sign in to comment.