Merge pull request #4084 from crazyserver/MOBILE-4470

MOBILE-4470 scripts: Fix release type not being passed
main
Dani Palou 2024-06-05 13:14:28 +02:00 committed by GitHub
commit bbbc8454f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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