Skip to content

Commit 93d9f4a

Browse files
committed
fix make release
1 parent fee6d2c commit 93d9f4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ build:
88

99
release:
1010
@echo "Running Fastlane deploy"
11-
@bundle exec fastlane deploy submit:true
11+
@bundle exec fastlane release
1212

1313
.PHONY: build release

0 commit comments

Comments
 (0)