Skip to content

Commit

Permalink
Allow phar builds in release
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Feb 10, 2020
1 parent d200934 commit f157925
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: shivammathur/setup-php@v1
with:
php-version: 7.4
ini-values: phar.readonly=0
extensions: curl,json,mbstring,uopz
tools: pecl
coverage: none
Expand Down Expand Up @@ -56,4 +57,4 @@ jobs:
file: build/out/phpdraft-library-${{ github.ref }}.phar
asset_name: phpdraft-library-${{ github.ref }}.phar
tag: ${{ github.ref }}
overwrite: false
overwrite: false

0 comments on commit f157925

Please sign in to comment.