Skip to content

Commit b58b8d3

Browse files
committed
Fix build
1 parent 760e408 commit b58b8d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ jobs:
148148

149149
- name: Get COMPOSER_ROOT_VERSION from composer.json branch alias
150150
run: |
151-
echo ROOT_VERSION="$(composer config extra.branch-alias.dev-master)" >> "$env:ROOT_VERSION"
152-
if [ -z "${{ ROOT_VERSION }}" ]; then
151+
echo ROOT_VERSION="$(composer config extra.branch-alias.dev-master)" >> "$env:GITHUB_ENV"
152+
if [ -z "${{ env.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)