Skip to content

Commit c1fd005

Browse files
committed
chore: fix nightly release workflow
1 parent e424614 commit c1fd005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_nightly.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
on:
33
push:
4-
branches: [master, main]
4+
# branches: [master, main]
55

66
name: Nightly Release
77

@@ -58,7 +58,7 @@ jobs:
5858
SHA: ${{ steps.short-sha.outputs.sha }}
5959

6060
- name: Remove previous Nightly Release
61-
uses: dev-drprasad/delete-tag-and-release@v0.2.0
61+
uses: dev-drprasad/delete-tag-and-release@v1.1
6262
with:
6363
delete_release: true
6464
tag_name: nightly

0 commit comments

Comments
 (0)