We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df56d53 + ba8691d commit 947e66bCopy full SHA for 947e66b
1 file changed
.github/workflows/jusicool_cd.yml
@@ -37,9 +37,6 @@ jobs:
37
- name: Analyze project source
38
run: flutter analyze
39
40
- - name: Build Test IOS
41
- run: flutter build ios --release --no-codesign
42
-
43
- name: Publish Design System
44
uses: k-paxian/dart-package-publisher@master
45
with:
@@ -140,4 +137,4 @@ jobs:
140
137
}
141
138
EOF
142
139
)
143
- curl -X POST -H 'Content-type:application/json' -d "$DATA" "${{ secrets.DISCORD_WEBHOOK_URL }}"
+ curl -X POST -H 'Content-type:application/json' -d "$DATA" "${{ secrets.DISCORD_WEBHOOK_URL }}"
0 commit comments