Skip to content

Commit

Permalink
Merge pull request #8997 from weirdan/fix-missing-composer-version
Browse files Browse the repository at this point in the history
Fix missing version in PHARs build on GA
  • Loading branch information
orklah committed Dec 23, 2022
2 parents 08b73f2 + 7dd25b4 commit 8b05f2e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-phar.yml
Expand Up @@ -43,6 +43,8 @@ jobs:
coverage: none

- uses: actions/checkout@v3
with:
fetch-depth: 0 # required for composer to automatically detect root package version

- name: Get Composer Cache Directories
id: composer-cache
Expand All @@ -62,8 +64,9 @@ jobs:
- name: Run composer install
run: composer install -o
env:
COMPOSER_ROOT_VERSION: dev-master
# DO NOT set this, we need composer to figure out the version itself
# env:
# COMPOSER_ROOT_VERSION: dev-master

- run: bin/build-phar.sh
env:
Expand Down

0 comments on commit 8b05f2e

Please sign in to comment.