Skip to content

Commit dfdd2fa

Browse files
committed
Update README example for v1.1
1 parent 665c0f3 commit dfdd2fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
Add following step to your workflow:
55

66
```yaml
7-
- uses: dev-drprasad/delete-tag-and-release@v1.2
7+
- uses: dev-drprasad/delete-tag-and-release@v1.1
88
with:
99
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
10+
delete_release: true #(optional) default: true - also delete all releases and their assets that are associated to the tag name
1111
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
12+
github_token: ${{ secrets.GITHUB_TOKEN }} # (required) - a GitHub token with write access to the repo where tags and releases will be searched and deleted
1313
```
1414
1515
## Developing

0 commit comments

Comments
 (0)