[ci] Bug Fix: Force tag update so create release branch can be run multiple times (#7146)

This commit is contained in:
Bob Ippolito
2025-02-06 16:04:26 -08:00
committed by GitHub
parent a35432e7bd
commit 65bf70d032

View File

@ -56,6 +56,7 @@ async function main() {
[
'git',
'tag',
'-f',
'-a',
`v${npm_package_version}`,
'-m',