support for asset retries, and deleting existing releases

This commit is contained in:
Nathan James 2021-11-10 14:38:16 +02:00
parent 0465cdad11
commit 0edcedf52f
8 changed files with 202 additions and 56 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ __tests__/runner/*
# actions requires a node_modules dir https://github.com/actions/toolkit/blob/master/docs/javascript-action.md#publish-a-releasesv1-action
# but its recommended not to check these in https://github.com/actions/toolkit/blob/master/docs/action-versioning.md#recommendations
node_modules
.idea