fix npm run updateManifest

This commit is contained in:
Johannes Loher 2021-01-09 18:25:57 +01:00
parent 0400db2964
commit 75e21fcf5f

View file

@ -84,7 +84,7 @@ release-patch:
git config user.email $GITLAB_USER_EMAIL
git branch -D ci-processing || true
git checkout -b ci-processing
npm run updateManifest --update=${RELEASE_TYPE}
npm run updateManifest -- --update=${RELEASE_TYPE}
npm install
RELEASE_VERSION=$(jq -r '.version' < package.json)
git add package.json package-lock.json src/system.json