Skip to content

Commit eccb64c

Browse files
authored
Delete old nightly before pushing new one
1 parent 9fe3135 commit eccb64c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ jobs:
7979
runs-on: ubuntu-20.04
8080
needs: build
8181
steps:
82+
- name: Delete Old Nightly
83+
uses: dev-drprasad/[email protected]
84+
with:
85+
delete_release: true
86+
tag_name: nightly
87+
env:
88+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89+
8290
- name: Download Artifact
8391
uses: actions/download-artifact@v2
8492
with:

0 commit comments

Comments
 (0)