Skip to content

Commit

Permalink
fix: readonly 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokki-Kwon committed Oct 17, 2024
1 parent b23cc2d commit 2c8ea1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_on_testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: sudo gem install cocoapods

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

Expand Down

0 comments on commit 2c8ea1d

Please sign in to comment.