fix(release): add missing version number to castopod-host package

This commit is contained in:
Yassine Doghri 2021-06-22 08:12:50 +00:00
parent ec35d5e49d
commit 8f3e9d90c1
No known key found for this signature in database
GPG Key ID: 3E7F89498B960C9F
2 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "./scripts/bundle.sh ${nextRelease.version} && ./scripts/package.sh && npx prettier --write CHANGELOG.md"
"prepareCmd": "./scripts/bundle.sh ${nextRelease.version} && ./scripts/package.sh ${nextRelease.version} && npx prettier --write CHANGELOG.md"
}
],
"@semantic-release/npm",

View File

@ -1,5 +1,7 @@
#!/bin/bash
VERSION=$1
apt-get install zip -y
# create zip and tar.gz packages for release upload