Skip to content

Commit

Permalink
add workflow and fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
aidaiym committed Jul 31, 2024
1 parent 16fba42 commit 3f8e1b9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/app_distribution_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
run: bundle install --retry 3 --jobs 4
working-directory: app/ios/fastlane # Ensure the Bundler command is run in the correct directory

- name: Run Fastlane Increment Version
uses: maierj/[email protected]
with:
lane: 'ios increment_version'
subdirectory: 'app/ios/fastlane'
env:
FIREBASE_TOKEN: '1//0cRXAgtWTnX9hCgYIARAAGAwSNwF-L9IrW3YAY8S0Se9HemYo1pKoN0fuUCCmteWN45gSOhLpHwtZFTLqFROyzS86bvS8VuiAvpQ'
# - name: Run Fastlane Increment Version
# uses: maierj/[email protected]
# with:
# lane: 'ios increment_version'
# subdirectory: 'app/ios/fastlane'
# env:
# FIREBASE_TOKEN: '1//0cRXAgtWTnX9hCgYIARAAGAwSNwF-L9IrW3YAY8S0Se9HemYo1pKoN0fuUCCmteWN45gSOhLpHwtZFTLqFROyzS86bvS8VuiAvpQ'

- name: Run Fastlane Distribute
uses: maierj/[email protected]
Expand Down

0 comments on commit 3f8e1b9

Please sign in to comment.