FIx release process

This commit is contained in:
Johannes Loher 2021-02-21 05:53:00 +01:00
parent dd2f3f7bbe
commit 378acac717
2 changed files with 1 additions and 4 deletions

View file

@ -58,7 +58,7 @@ build:
cache:
<<: *global_cache
script: |
yarn updateManifest -- --update=${RELEASE_TYPE}
yarn updateManifest --update=${RELEASE_TYPE}
RELEASE_VERSION=$(jq -r '.version' < package.json)
git add package.json package-lock.json src/system.json
git --no-pager diff