1
0
mirror of https://github.com/tooot-app/app synced 2024-12-14 01:54:19 +01:00
tooot/scripts/release.sh
2021-10-04 21:09:26 +02:00

8 lines
136 B
Bash
Executable File

#!/bin/bash
if [ $# -ne 1 ]; then
echo "Arguments incorrect"
exit 1
fi
expo publish --quiet --target bare --release-channel=$1