tooot/scripts/release.sh

8 lines
136 B
Bash
Raw Normal View History

2021-01-27 00:35:34 +01:00
#!/bin/bash
if [ $# -ne 1 ]; then
echo "Arguments incorrect"
exit 1
fi
2021-10-04 21:09:26 +02:00
expo publish --quiet --target bare --release-channel=$1