Skip to content

Commit 07acdec

Browse files
committed
chore: 불필요 디버그 스텝 삭제
1 parent 7f15e59 commit 07acdec

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@ jobs:
5151
run: |
5252
printf '%s' "$ASC_KEY_CONTENT" | base64 -D > "$ASC_KEY_PATH"
5353
54-
- name: Debug ASC key fingerprint
55-
run: |
56-
shasum -a 256 "$ASC_KEY_PATH"
57-
58-
- name: Debug ASC metadata fingerprint
59-
run: |
60-
printf '%s' "$ASC_KEY_ID" | shasum -a 256
61-
printf '%s' "$ASC_ISSUER_ID" | shasum -a 256
62-
6354
- name: Release to App Store Connect
6455
run: bundle exec fastlane release
6556

.github/workflows/testflight.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,5 @@ jobs:
4747
run: |
4848
printf '%s' "$ASC_KEY_CONTENT" | base64 -D > "$ASC_KEY_PATH"
4949
50-
- name: Debug ASC key fingerprint
51-
run: |
52-
shasum -a 256 "$ASC_KEY_PATH"
53-
54-
- name: Debug ASC metadata fingerprint
55-
run: |
56-
printf '%s' "$ASC_KEY_ID" | shasum -a 256
57-
printf '%s' "$ASC_ISSUER_ID" | shasum -a 256
58-
5950
- name: Upload to TestFlight
6051
run: bundle exec fastlane deploy_testflight

0 commit comments

Comments
 (0)