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.
1 parent 30b6d15 commit fe70c9aCopy full SHA for fe70c9a
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 # 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
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