Skip to content

Commit fc34d1d

Browse files
committed
Fix build
1 parent c3c9097 commit fc34d1d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,10 @@ jobs:
147147
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
148148

149149
- name: Get COMPOSER_ROOT_VERSION from composer.json branch alias
150+
shell: bash
150151
run: |
151152
echo ROOT_VERSION="$(composer config extra.branch-alias.dev-master)" >> "$env:GITHUB_ENV"
152-
if [ -z "$ROOT_VERSION" ]; then
153+
if [ -z "{{ $env.ROOT_VERSION }}" ]; then
153154
echo "Could not read extra.branch-alias.dev-master from composer.json" >&2
154155
exit 1
155156
fi

0 commit comments

Comments
 (0)