mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: fix tag cleanup (#16354)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user