ci: strip v from git tag for covector's version check

This commit is contained in:
Fabian-Lars
2023-05-06 11:52:21 +02:00
committed by GitHub
parent 808d3ab03b
commit 153706fffc

View File

@@ -9,7 +9,7 @@
"git tag -a -m \"v${ pkgFile.versionMajor }\" v${ pkgFile.versionMajor } -f",
"git push --tags -f"
],
"getPublishedVersion": "git tag -l \"v${ pkgFile.version }\"",
"getPublishedVersion": "git tag -l \"v${ pkgFile.version }\" | sed s/v//",
"postversion": ["pnpm install --no-optional", "pnpm build"],
"assets": false,
"createRelease": true,