Skip to content

Commit 23c0730

Browse files
committed
[#50] fix: 오타 수정
1 parent b8f16ea commit 23c0730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/iOS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
6262
MATCH_GIT_BASIC_AUTH: ${{ secrets.MATCH_GIT_BASIC_AUTH }}
6363
run: |
64-
if [[ "${GITHUB_REF}" == refs/tags/v* ]]; then
65-
VERSION=${GITHUB_REF#refs/tagas/v}
64+
if [[ ${GITHUB_REF} == refs/tags/v* ]]; then
65+
VERSION=${GITHUB_REF#refs/tags/v}
6666
bundle exec fastlane ios ci_release version:$VERSION
6767
else
6868
bundle exec fastlane ios ci_beta

0 commit comments

Comments
 (0)