fix: missing v prefix in tag name while publishing to gh
This commit is contained in:
parent
91ccf6753a
commit
ee32c586a7
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ export class PrePublishCommand extends Command {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
pkgInfo = {
|
pkgInfo = {
|
||||||
tag: version,
|
tag: `v${version}`,
|
||||||
version,
|
version,
|
||||||
name: packageName,
|
name: packageName,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue