We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6d36f commit 5d7882eCopy full SHA for 5d7882e
1 file changed
.github/workflows/compose-release.yml
@@ -272,9 +272,6 @@ jobs:
272
if: runner.os != 'Windows'
273
run: chmod +x gradlew
274
275
- - name: Fix yarn lock issues
276
- run: ./gradlew kotlinUpgradeYarnLock --no-daemon || echo "Yarn lock upgrade failed, continuing..."
277
-
278
- name: Build Desktop package
279
run: ./gradlew :mpp-ui:${{ matrix.task }} --no-daemon
280
0 commit comments