Skip to content

Commit

Permalink
chore: fix nightly release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Jul 9, 2024
1 parent e424614 commit c1fd005
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: [master, main]
# branches: [master, 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.1
with:
delete_release: true
tag_name: nightly
Expand Down

0 comments on commit c1fd005

Please sign in to comment.