diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42357769..f427fc0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 \ No newline at end of file + overwrite: false