1
0
mirror of https://github.com/tooot-app/app synced 2025-01-22 14:50:17 +01:00
tooot/scripts/release.sh

8 lines
128 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-01-30 01:29:15 +01:00
expo publish --target bare --release-channel=$1