ci: fix versioning
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m4s

This commit is contained in:
2026-03-20 00:34:49 -04:00
parent ac65cd683a
commit f012025917

View File

@@ -14,7 +14,7 @@
"@semantic-release/exec", "@semantic-release/exec",
{ {
"prepareCmd": "node generate-version.cjs '${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}'" "publishCmd": "tar -czvf release-${nextRelease.version}.tar.gz -C .output/public . && echo \"VERSION=${nextRelease.version}\" >> \"$GITHUB_OUTPUT\""
} }
], ],
[ [