fix: make build process work
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m6s

This commit is contained in:
2024-06-24 07:25:59 -04:00
parent c08fa6c2d8
commit 998c88d783
4 changed files with 10 additions and 16 deletions

View File

@@ -12,7 +12,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "quasar build -m pwa",
"prepareCmd": "npm run generate-version '${nextRelease.version}' && quasar build -m pwa",
"publishCmd": "tar -czvf release-${nextRelease.version}.tar.gz dist/pwa && echo '::set-output name=VERSION::${nextRelease.version}'"
}
],