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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Switch example to use v1.0
  • Loading branch information
thadguidry authored May 11, 2023
1 parent 30b6d15 commit fe70c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Add following step to your workflow:

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

0 comments on commit fe70c9a

Please sign in to comment.