Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit fe70c9a

Browse files
authored
Update README.md
Switch example to use v1.0
1 parent 30b6d15 commit fe70c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Add following step to your workflow:
55

66
```yaml
7-
- uses: dev-drprasad/delete-tag-and-release@v0.2.1 # PRERELEASE is v1.0 and can also be used to test and give us feedback
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
88
with:
99
tag_name: v0.1.0 #(required) tag name to delete
1010
github_token: ${{ secrets.GITHUB_TOKEN }} # (required) a GitHub token with write access to the repo that needs to be modified

0 commit comments

Comments
 (0)