Skip to content

Commit

Permalink
Add new tag action: Delete (Remote)
Browse files Browse the repository at this point in the history
  • Loading branch information
phil294 committed Apr 17, 2024
1 parent 865c413 commit 7c52ad1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions web/src/views/default-git-actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,16 @@
"params": [
"{TAG_NAME}"
]
},
{
"title": "Delete (Remote)",
"description": "Delete a remote tag",
"icon": "trash",
"args": "push \"$1\" --delete \"$2\"",
"params": [
"{DEFAULT_REMOTE_NAME}",
"{TAG_NAME}"
]
}
],
"actions.branch": [
Expand Down

0 comments on commit 7c52ad1

Please sign in to comment.