Skip to content

Commit c3c9097

Browse files
committed
Fix build
1 parent b58b8d3 commit c3c9097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: Get COMPOSER_ROOT_VERSION from composer.json branch alias
150150
run: |
151151
echo ROOT_VERSION="$(composer config extra.branch-alias.dev-master)" >> "$env:GITHUB_ENV"
152-
if [ -z "${{ env.ROOT_VERSION }}" ]; then
152+
if [ -z "$ROOT_VERSION" ]; then
153153
echo "Could not read extra.branch-alias.dev-master from composer.json" >&2
154154
exit 1
155155
fi

0 commit comments

Comments
 (0)