andreaswilli/Delete Release Assets
Delete all assets attached to a release. Mainly designed to make sure electron-builder does not fail if asset already exists.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Tag name that identifies the release (version is read from package.json if not specified) | no | "" |
| tagPrefix | Prefix that is automatically added to the start of the tag name | no | "" |
| deleteOnlyFromDrafts | Delete assets only from draft releases or all releases | no | true |
| github_token | GitHub Access Token (usually secrets.GITHUB_TOKEN) | yes | "" |
Outputs
no outputs