Skip to content

Commit

Permalink
fix: Tuist 개행 문자열 제거 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Do-hyun-Kim authored Jan 13, 2024
1 parent 34141e7 commit 9474813
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,14 @@ jobs:
path: depromeet/14th-team5-iOS/14th-team5-iOS/XCConfig
token: ${{secrets.ACTION_TOKEN}}

- name: Tuist Manster Key Check Log
run: |
echo "MASTER_KEY" : ${{ secrets.MASTER_KEY}}
- name: Setting Tuist Master Key
run: |
echo "$MASTER_KEY" > Tuist/master.key
run: |
echo "${MASTER_KEY//[$'\r\n']}" > Tuist/master.key
env:
MASTER_KEY: ${{secrets.MASTER_KEY}}

- name: Install Tuist CLI
run: curl -Ls https://install.tuist.io | bash
run: curl -Ls https://install.tuist.io|bash

- name: Install FastLane
run: brew install fastlane
Expand Down

0 comments on commit 9474813

Please sign in to comment.