ci: semantic-release update
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 1m19s
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 1m19s
This commit is contained in:
@@ -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}'"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user