mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
Also cleanup v$TAG.
This commit is contained in:
parent
165257dfef
commit
4c663dfe73
1 changed files with 2 additions and 0 deletions
|
@ -177,6 +177,8 @@ try {
|
|||
console.warn(`Deleting ${newVersion} tag...`);
|
||||
run(`git rev-parse -q --verify refs/tags/'${newVersion}' >/dev/null || exit 0; ` +
|
||||
`git tag -d '${newVersion}'`);
|
||||
run(`git rev-parse -q --verify refs/tags/'v${newVersion}' >/dev/null || exit 0; ` +
|
||||
`git tag -d 'v${newVersion}'`);
|
||||
throw err;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue