Skip to content

Commit

Permalink
switch delete release and tag step in build installer action
Browse files Browse the repository at this point in the history
  • Loading branch information
jneilliii committed Apr 6, 2024
1 parent 3c50d9e commit 90f5c3a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_windows_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@ jobs:
debug: true

- name: 🧹 Delete Existing Release and Tag
uses: ClementTsang/delete-tag-and-release@v0.4.0
with:
delete_release: true
tag_name: ${{ steps.octoprint_version.outputs.release }} # tag name to delete
run: gh release delete ${{ steps.octoprint_version.outputs.release }} --cleanup-tag
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 90f5c3a

Please sign in to comment.