GitHub Action to delete all assets from a release identified by its tag name.
# Install dependencies
npm install
# Bundle for production (creates dist/index.js)
npm run bundleasset_tag: Tag name of the release to remove assets from (required)asset_owner: Owner of the repository (optional, defaults to context owner)asset_repo: Name of the repository (optional, defaults to context repository)
steps:
- uses: Calmantras/[email protected]
with:
asset_tag: v1.0.0
# Optional parameters:
# asset_owner: username
# asset_repo: reponame