Skip to content

Commit 10baaaa

Browse files
committed
Update workflows
1 parent 223c642 commit 10baaaa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ platform :ios do
114114
end
115115

116116
desc "GitHub Actions CI"
117-
lane :github_ci
117+
lane :github_ci do
118118
setup_ci if ENV['CI']
119119
prepare_certificates
120120
update_build_number(build_number: "1")

Fastlane/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ One-off upload to TF without tests/notify/bump
5555

5656
One-off ipa build
5757

58+
### ios github_ci
59+
60+
```sh
61+
[bundle exec] fastlane ios github_ci
62+
```
63+
64+
GitHub Actions CI
65+
5866
### ios prepare_certificates
5967

6068
```sh

0 commit comments

Comments
 (0)