refactor: update build pipeline
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m0s

This commit is contained in:
2024-06-23 23:46:22 -04:00
parent 6167a713dd
commit 70c6837858
5 changed files with 53 additions and 26 deletions

View File

@@ -8,15 +8,18 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/exec",
{
"prepareCmd": "quasar build -m pwa",
"publishCmd": "tar -czvf release-${nextRelease.version}.tar.gz dist/pwa && echo '::set-output name=VERSION::${nextRelease.version}'"
}
],
[
"@saithodev/semantic-release-gitea",
{
"assets": [
{
"path": "dist/build-*.tar.gz",
"label": "package distribution"
}
]
"assets": ["release-${nextRelease.version}.tar.gz"]
}
]
]