Skip to content

Commit

Permalink
Revert "Fix phar.yml workflow"
Browse files Browse the repository at this point in the history
This reverts commit 94ac43a.
  • Loading branch information
ondrejmirtes committed Sep 5, 2024
1 parent eeb46c0 commit 6973519
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on:
tags:
- '1.12.*'

env:
COMPOSER_ROOT_VERSION: "1.12.x-dev"

concurrency:
group: phar-${{ github.ref }} # will be canceled on subsequent pushes in both branches and pull requests
cancel-in-progress: true
Expand Down Expand Up @@ -79,12 +76,15 @@ jobs:

- name: "Composer dump"
run: "composer install --no-interaction --no-progress"
env:
COMPOSER_ROOT_VERSION: "1.12.x-dev"

- name: "Compile PHAR for checksum"
working-directory: "compiler/build"
run: "php box.phar compile --no-parallel"
env:
PHAR_CHECKSUM: "1"
COMPOSER_ROOT_VERSION: "1.12.x-dev"

- name: "Re-sign PHAR"
run: "php compiler/build/resign.php tmp/phpstan.phar"
Expand Down

0 comments on commit 6973519

Please sign in to comment.