Merge pull request #4084 from crazyserver/MOBILE-4470
MOBILE-4470 scripts: Fix release type not being passedmain
commit
bbbc8454f5
|
@ -16,7 +16,7 @@ if [ ! -f scripts/release.sh ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
print_title 'Create release tags'
|
print_title 'Create release tags'
|
||||||
./scripts/release.sh
|
./scripts/release.sh $1
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue