Skip to content
This repository has been 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
Add note about v1.0 prerelease
  • Loading branch information
thadguidry authored May 11, 2023
1 parent 7550ea1 commit 30b6d15
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
- 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
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 30b6d15

Please sign in to comment.