chore: fix tag cleanup ()

This commit is contained in:
trop[bot] 2019-01-10 14:11:41 -08:00 committed by Shelley Vohr
parent 55e9c211f8
commit 27bfeb6148

View file

@ -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) {