MOBILE-4470 scripts: Fix release type not being passed
parent
91f2dcbfd4
commit
b4932cc4cb
|
@ -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