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 17, 2024
1 parent 8012f9e commit b23cc2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy_on_testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:

- name: Install CocoaPods
run: sudo gem install cocoapods

- name: Match Development
run: fastlane match development
env:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}

- name: Run Fastlane
run: fastlane beta
Expand Down

0 comments on commit b23cc2d

Please sign in to comment.