Skip to content

Commit

Permalink
fix: Github Actions Develop Merge 했을때 배포하도록 수정
Browse files Browse the repository at this point in the history
- Derived Data 삭제하는 명령어 제거
  • Loading branch information
Do-hyun-Kim committed Dec 27, 2024
1 parent 318771c commit bf6d009
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
with:
ruby-version: '3.2.0'


- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down Expand Up @@ -61,9 +60,6 @@ jobs:

- name: Tuist Generate Commnad
run: tuist generate

- name: Clean Derived Data
run: rm -rf ~/Library/Developer/Xcode/DerivedData

- name: make Google Service Info
run: |
Expand Down Expand Up @@ -94,8 +90,8 @@ jobs:
WIDGET_NAME: ${{secrets.WIDGET_NAME}}
run: fastlane github_action_prd_upload_testflight


- name: fastlane upload_stg_testflight
if: ${{ github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop' }}
env:
APP_STORE_CONNECT_API_KEY_KEY_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY_ID }}
APP_STORE_CONNECT_API_KEY_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_ISSUER_ID }}
Expand Down

0 comments on commit bf6d009

Please sign in to comment.