Skip to content

Commit

Permalink
fix: workflow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokki-Kwon committed Oct 16, 2024
1 parent b3f1b4f commit b970dec
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/deploy_on_testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ jobs:
build:
runs-on: macos-latest
steps:
- name: Install Fastlane
run: brew install fastlane

- uses: actions/checkout@v2
- run: fastlane beta

- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

- name: Install Fastlane
run: brew install fastlane

- name: Install CocoaPods
run: sudo gem install cocoapods

- name: Run Fastlane
run: fastlane beta
env:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}

0 comments on commit b970dec

Please sign in to comment.