Skip to content

Commit

Permalink
Merge pull request #317 from maglnet/feature/automatic-phar-release
Browse files Browse the repository at this point in the history
install dependencies for phar build+release
  • Loading branch information
Ocramius committed Nov 10, 2021
2 parents 1379c49 + 16700cd commit f1a5905
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phar-creation.yml
Expand Up @@ -28,6 +28,9 @@ jobs:
env:
PRIVATE_KEY: ${{ secrets.SIGNING_SECRET_KEY }}

- name: "Install dependencies for build environment"
run: "composer install --no-interaction --no-progress --no-suggest"

- name: "Build and sign phar file via phing"
run: "vendor/bin/phing phar-build phar-sign"

Expand Down

0 comments on commit f1a5905

Please sign in to comment.