Skip to content
trash

GitHub Action

Rm Release GitHub Action

v0.0.5 Latest version

Rm Release GitHub Action

trash

Rm Release GitHub Action

A GitHub action to remove older releases with their tags

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Rm Release GitHub Action

uses: nikhilbadyal/[email protected]

Learn more about this action in nikhilbadyal/ghaction-rm-releases

Choose a version

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