MOBILE-4470 scripts: Fix release type not being passed

main
Pau Ferrer Ocaña 2024-06-05 12:41:41 +02:00
parent 91f2dcbfd4
commit b4932cc4cb
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if [ ! -f scripts/release.sh ]; then
fi
print_title 'Create release tags'
./scripts/release.sh
./scripts/release.sh $1
if [ $? -ne 0 ]; then
exit 1