chore: fix tag cleanup (#16355)
This commit is contained in:
parent
ae67beee2f
commit
5e1d6435a0
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ async function deleteTag (tag, targetRepo) {
|
|||
await github.gitdata.deleteReference({
|
||||
owner: 'electron',
|
||||
repo: targetRepo,
|
||||
ref: tag
|
||||
ref: `tags/${tag}`
|
||||
})
|
||||
console.log(`Successfully deleted tag ${tag} from ${targetRepo}`)
|
||||
} catch (err) {
|
||||
|
|
Loading…
Reference in a new issue