ci: semantic-release update
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 1m19s

This commit is contained in:
2026-03-19 16:22:11 -04:00
parent 18d9f998f5
commit 94d3a2716e
4 changed files with 3683 additions and 33 deletions

View File

@@ -13,7 +13,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "npm run generate-version '${nextRelease.version}' && yarn install --immutable && yarn generate",
"prepareCmd": "node generate-version.cjs '${nextRelease.version}' && yarn install --immutable && yarn generate",
"publishCmd": "tar -czvf release-${nextRelease.version}.tar.gz -C .output/public . && echo '::set-output name=VERSION::${nextRelease.version}'"
}
],