Skip to content

Kong/delrel

 
 

Repository files navigation

CI/CD

Description

This action can delete releases by tag name. It supports GitHub Enterprise.

Examples

uses: cb80/delrel@latest
with:
  tag: latest

Use a different token:

uses: cb80/delrel@latest
with:
  tag: latest
  token: ${{ secrets.MY_TOKEN }}

Inputs

Option Use Default Description
tag mandatory The tag which identifies the release.
token optional secrets.GITHUB_TOKEN The token for authentication and authorization.

Credits

This action is inspired by the official typescript action template.

About

Delete GitHub releases by tag name

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 81.3%
  • Shell 18.7%