Merge pull request #14140 from jamessan/delete-release

ci(GHA/release): Delete the release when creating a new nightly
This commit is contained in:
James McCoy 2021-03-14 20:55:35 -04:00 committed by GitHub
commit f5daf55c10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
delete_release: ''
delete_release: true
tag_name: nightly
- uses: meeDamian/github-release@2.0
with: