Skip to content

Commit

Permalink
[remove] #135 appstore_release 워크플로우 불필요한 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Oct 5, 2024
1 parent e5041cd commit 1cec130
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/appstore_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,3 @@ jobs:
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
APP_STORE_CONNECT_API: ${{ secrets.APP_STORE_CONNECT_API }}
run: fastlane appstore_release

- name: Check Appstore Review
env:
APP_STORE_CONNECT_KEY_ID: ${{ secrets.APP_STORE_CONNECT_KEY_ID }}
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
APP_STORE_CONNECT_API: ${{ secrets.APP_STORE_CONNECT_API }}
run: fastlane check_app_store_review

0 comments on commit 1cec130

Please sign in to comment.