We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223c642 commit 10baaaaCopy full SHA for 10baaaa
Fastlane/Fastfile
@@ -114,7 +114,7 @@ platform :ios do
114
end
115
116
desc "GitHub Actions CI"
117
- lane :github_ci
+ lane :github_ci do
118
setup_ci if ENV['CI']
119
prepare_certificates
120
update_build_number(build_number: "1")
Fastlane/README.md
@@ -55,6 +55,14 @@ One-off upload to TF without tests/notify/bump
55
56
One-off ipa build
57
58
+### ios github_ci
59
+
60
+```sh
61
+[bundle exec] fastlane ios github_ci
62
+```
63
64
+GitHub Actions CI
65
66
### ios prepare_certificates
67
68
```sh
0 commit comments