Ensure to release with appropriate node modules

pull/6318/head
Chocobozzz 2024-04-04 16:45:05 +02:00
parent 3bfecf4890
commit f84243fc53
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ if [ "$branch" != "develop" ] && [[ "$branch" != release/* ]]; then
exit -1
fi
yarn check --integrity --verify-tree
(cd client && yarn check --integrity --verify-tree)
version="v$1"
github_prerelease_option=""
if [[ "$version" = *"-alpha."* ]] || [[ "$version" = *"-beta."* ]] || [[ "$version" = *"-rc."* ]]; then