Skip to content

Commit 68d4502

Browse files
committed
chore(ci): remove mpp-core build step from compose workflow
Eliminates the mpp-core dependency build step to streamline the compose-release workflow.
1 parent 81cedd9 commit 68d4502

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/compose-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@ jobs:
183183
- name: Fix yarn lock issues
184184
run: ./gradlew kotlinUpgradeYarnLock --no-daemon || echo "Yarn lock upgrade failed, continuing..."
185185

186-
- name: Build mpp-core dependency
187-
run: ./gradlew :mpp-core:assemble --no-daemon
188-
189186
- name: Build Desktop package
190187
run: ./gradlew :mpp-ui:${{ matrix.task }} --no-daemon
191188

0 commit comments

Comments
 (0)