Skip to content

Commit 5d7882e

Browse files
committed
chore(ci): remove yarn lock upgrade step from workflow
Eliminates the redundant kotlinUpgradeYarnLock step in the release workflow to streamline the build process.
1 parent 2a6d36f commit 5d7882e

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
@@ -272,9 +272,6 @@ jobs:
272272
if: runner.os != 'Windows'
273273
run: chmod +x gradlew
274274

275-
- name: Fix yarn lock issues
276-
run: ./gradlew kotlinUpgradeYarnLock --no-daemon || echo "Yarn lock upgrade failed, continuing..."
277-
278275
- name: Build Desktop package
279276
run: ./gradlew :mpp-ui:${{ matrix.task }} --no-daemon
280277

0 commit comments

Comments
 (0)