Skip to content

Commit 7002d2a

Browse files
authored
ci: fix github actions asset release for composer 2 (#1993)
1 parent 7a92d4d commit 7002d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/asset-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
timeout_minutes: 10
4141
max_attempts: 3
42-
command: composer remove --dev cache/filesystem-adapter && composer install --no-dev --prefer-dist
42+
command: composer remove --no-update --dev cache/filesystem-adapter && composer install --no-dev --prefer-dist
4343

4444
- name: Create Archive
4545
run: |

0 commit comments

Comments
 (0)