We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7550ea1 + fe70c9a commit 8cd619dCopy full SHA for 8cd619d
README.md
@@ -4,7 +4,7 @@
4
Add following step to your workflow:
5
6
```yaml
7
-- uses: dev-drprasad/delete-tag-and-release@v0.2.1
+- uses: dev-drprasad/delete-tag-and-release@v1.0 # PRERELEASE is v1.0 and can also be used to test and give us feedback
8
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
0 commit comments