Skip to content

Commit

Permalink
update delete-tag-and-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Mar 29, 2024
1 parent eec0877 commit 4a3f949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
on:
push:
branches: main
#branches: main

name: Nightly Release

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
SHA: ${{ steps.short-sha.outputs.sha }}

- name: Remove previous Nightly Release
uses: dev-drprasad/delete-tag-and-release@v0.2.0
uses: dev-drprasad/delete-tag-and-release@v1.0.1
with:
delete_release: true
tag_name: nightly
Expand Down

0 comments on commit 4a3f949

Please sign in to comment.