Skip to content

Rm Release GitHub Action

Actions
A GitHub action to remove older releases with their tags
v0.0.5
Latest
Star (1)

Tags

 (1)

About

A GitHub action to remove older releases with their tags.


Usage

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*'

Inputs

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)

Contributing

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! 🙏

Rm Release GitHub Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A GitHub action to remove older releases with their tags
v0.0.5
Latest

Tags

 (1)

Rm Release GitHub Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.