Skip to content

Commit

Permalink
Delete old nightly before pushing new one
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsc authored Mar 11, 2021
1 parent 9fe3135 commit eccb64c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ jobs:
runs-on: ubuntu-20.04
needs: build
steps:
- name: Delete Old Nightly
uses: dev-drprasad/[email protected]
with:
delete_release: true
tag_name: nightly
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Download Artifact
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit eccb64c

Please sign in to comment.