Skip to content

Commit 6c67cf2

Browse files
committed
fix yaml indenting syntax
1 parent 39762b3 commit 6c67cf2

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
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Install dependencies
3737
if: steps.composer-cache.outputs.cache-hit != 'true'
38-
run: composer install --no-dev --prefer-dist --no-progress --optimize-autoloader
38+
run: composer install --no-dev --prefer-dist --no-progress --optimize-autoloader
3939

4040
# Below borrowed from https://github.com/actions/upload-release-asset
4141
- name: Build project

0 commit comments

Comments
 (0)