Add nightly support to build script

This commit is contained in:
Nora Trapp 2021-06-14 15:19:31 -07:00
parent af22d36f43
commit 411637dec5

View File

@ -11,4 +11,4 @@ test: dependencies
bundle exec fastlane scan --scheme ${SCHEME}
release: dependencies
SCHEME=${SCHEME} APP_IDENTIFIER=${APP_IDENTIFIER} bundle exec fastlane release
SCHEME=${SCHEME} APP_IDENTIFIER=${APP_IDENTIFIER} bundle exec fastlane release nightly:${NIGHTLY}