Skip to content

Commit 414a065

Browse files
authored
[Setting] Update release workflow to include develop branch
1 parent 4925bb2 commit 414a065

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: iOS Release CI
22

3+
# 세팅 완료될때까지 임시로 develop에서 진행
34
on:
45
push:
56
branches:
6-
- release
7+
- develop
78

89
# 최신 push에 관한 CI 작업만 수행
910
concurrency:
@@ -27,7 +28,7 @@ jobs:
2728
- name: Run Fastlane Release
2829
run: bundle exec fastlane release
2930
env:
30-
APP_IDENTIFIER_RELEASE: ${{ secrets.APP_IDENTIFIER }}
31+
APP_IDENTIFIER: ${{ secrets.APP_IDENTIFIER }}
3132
APPLE_ID: ${{ secrets.APPLE_ID }}
3233
TEAM_ID: ${{ secrets.TEAM_ID }}
3334
ASC_KEY_ID: ${{ secrets.ASC_KEY_ID }}

0 commit comments

Comments
 (0)