GitHub Action to delete a release identified by its tag name.
# Install dependencies
npm install
# Bundle for production (creates dist/index.js)
npm run bundlerelease_tag: Tag name of the target release (required)
steps:
- name: Delete Release by Tag
uses: cobomi-lab/[email protected]
with:
release_tag: Latest