File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 44Add following step to your workflow:
55
66``` yaml
7- - uses : dev-drprasad/delete-tag-and-release@v1.0 # PRERELEASE is v1.0 and can also be used to test and give us feedback
7+ - uses : dev-drprasad/delete-tag-and-release@v1.2
88 with :
9- tag_name : v0.1.0 # (required) tag name to delete
10- github_token : ${{ secrets.GITHUB_TOKEN }} # (required) a GitHub token with write access to the repo that needs to be modified
11- delete_release : true # (optional) default: true
12- repo : <owner>/<repoName> # (optional) target repository. default: repo running this action
9+ tag_name : v0.1.2 # (required) - The name of the tag to delete. This is expected to be solely the tag name, not the name of a git reference.
10+ delete_release : true # (optional) default: true - also delete releases and their assets that are associated to the tag name
11+ repo : <owner>/<repoName> # (optional) default: repo running this action - the target repository.
12+ github_token : ${{ secrets.GITHUB_TOKEN }} # (required) - a GitHub token with write access to the repo that needs to be modified
1313` ` `
1414
1515## Developing
1616
1717You can follow these instructions to get this project cloned to your local machine and ready for development. Note that
18- development requires at least [Node 16 ](https://nodejs.org/en/download) to be installed on your computer.
18+ development requires at least [Node 20 ](https://nodejs.org/en/download) to be installed on your computer.
1919
2020` ` ` shell
2121git clone https://github.com/dev-drprasad/delete-tag-and-release.git
You can’t perform that action at this time.
0 commit comments