We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39762b3 commit 6c67cf2Copy full SHA for 6c67cf2
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Install dependencies
37
if: steps.composer-cache.outputs.cache-hit != 'true'
38
- run: composer install --no-dev --prefer-dist --no-progress --optimize-autoloader
+ run: composer install --no-dev --prefer-dist --no-progress --optimize-autoloader
39
40
# Below borrowed from https://github.com/actions/upload-release-asset
41
- name: Build project
0 commit comments