Skip to content

Commit 947e66b

Browse files
authored
Merge pull request #4 from Jusicool-Ver-2-0/hotfix/fix-cd
🔀 :: CD를 수정했습니다
2 parents df56d53 + ba8691d commit 947e66b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/jusicool_cd.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
- name: Analyze project source
3838
run: flutter analyze
3939

40-
- name: Build Test IOS
41-
run: flutter build ios --release --no-codesign
42-
4340
- name: Publish Design System
4441
uses: k-paxian/dart-package-publisher@master
4542
with:
@@ -140,4 +137,4 @@ jobs:
140137
}
141138
EOF
142139
)
143-
curl -X POST -H 'Content-type:application/json' -d "$DATA" "${{ secrets.DISCORD_WEBHOOK_URL }}"
140+
curl -X POST -H 'Content-type:application/json' -d "$DATA" "${{ secrets.DISCORD_WEBHOOK_URL }}"

0 commit comments

Comments
 (0)