You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@
4
4
Add following step to your workflow:
5
5
6
6
```yaml
7
-
- uses: dev-drprasad/delete-tag-and-release@v1.2
7
+
- uses: dev-drprasad/delete-tag-and-release@v1.1
8
8
with:
9
9
tag_name: v0.1.2 #(required) - The name of the tag to delete. This is expected to be solely the tag name, not the name of a git reference.
10
-
delete_release: true #(optional) default: true - also delete releases and their assets that are associated to the tag name
10
+
delete_release: true #(optional) default: true - also delete all releases and their assets that are associated to the tag name
11
11
repo: <owner>/<repoName> #(optional) default: repo running this action - the target repository.
12
-
github_token: ${{ secrets.GITHUB_TOKEN }} # (required) - a GitHub token with write access to the repo that needs to be modified
12
+
github_token: ${{ secrets.GITHUB_TOKEN }} # (required) - a GitHub token with write access to the repo where tags and releases will be searched and deleted
0 commit comments