We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cedd9 commit 68d4502Copy full SHA for 68d4502
.github/workflows/compose-release.yml
@@ -183,9 +183,6 @@ jobs:
183
- name: Fix yarn lock issues
184
run: ./gradlew kotlinUpgradeYarnLock --no-daemon || echo "Yarn lock upgrade failed, continuing..."
185
186
- - name: Build mpp-core dependency
187
- run: ./gradlew :mpp-core:assemble --no-daemon
188
-
189
- name: Build Desktop package
190
run: ./gradlew :mpp-ui:${{ matrix.task }} --no-daemon
191
0 commit comments