We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85bb11 commit 4e2d8aaCopy full SHA for 4e2d8aa
src/main.ts
@@ -85,7 +85,7 @@ async function run(): Promise<void> {
85
}
86
87
88
- if (delete_tags_prefix !== null) {
+ if (delete_tags_prefix !== null && delete_tags_prefix !== "") {
89
// see https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#list-repository-tags
90
const {data: tags} = await octokit.rest.repos.listTags({
91
owner,
0 commit comments