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