diff --git a/Makefile b/Makefile index bfc179c..4318b3d 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,6 @@ build: release: @echo "Running Fastlane deploy" - @bundle exec fastlane deploy submit:true + @bundle exec fastlane release .PHONY: build release