Skip to content

Commit

Permalink
fix: try to build the phar when publishing (step 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-picas committed Feb 4, 2024
1 parent a01ab19 commit 67ebc2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
php-version: '7.4'
ini-values: phar.readonly=Off

- name: Test make-phar
run: php bin/mde-dev make-phar

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
Expand Down

0 comments on commit 67ebc2e

Please sign in to comment.