Skip to content

Commit c6b4d85

Browse files
committed
Composer update without a lock
1 parent 34ed433 commit c6b4d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
id: composer-lock
112112
run: |
113113
echo "Resolving dependencies and generating composer.lock..."
114-
composer update --lock --no-install --ignore-platform-reqs
114+
composer update --no-install --ignore-platform-reqs
115115
echo "composer.lock generated with resolved versions"
116116
continue-on-error: true
117117

0 commit comments

Comments
 (0)