From 8705ceb0b2d65fae3286acb73cbdce39090a0e40 Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 11 Feb 2025 11:13:28 +0000 Subject: [PATCH] Update the fastlane README. --- fastlane/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/fastlane/README.md b/fastlane/README.md index 34919f2e2..ae2f9317d 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -13,10 +13,10 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do # Available Actions -### alpha +### build_alpha ```sh -[bundle exec] fastlane alpha +[bundle exec] fastlane build_alpha ``` @@ -93,6 +93,14 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do +### config_alpha + +```sh +[bundle exec] fastlane config_alpha +``` + + + ---- This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.