Skip to content

Commit ba8691d

Browse files
authored
💚 :: Fix CD
1 parent df56d53 commit ba8691d

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)