A GitHub action to remove older releases with their tags.
To use the action, add following to your workflow file
- name: Delete Older Releases
uses: nikhilbadyal/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
RELEASE_PATTERN: 'Build*'
Following inputs can be used as step.with
keys
Name | Type | Default | Description |
---|---|---|---|
GITHUB_TOKEN |
String | Github Token to delete releases (required) | |
RELEASE_PATTERN |
String | Pattern to delete from release (required) |
Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues.
Thanks again for your support, it is much appreciated! 🙏