Skip to content

Commit f157925

Browse files
committed
Allow phar builds in release
1 parent d200934 commit f157925

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: shivammathur/setup-php@v1
1717
with:
1818
php-version: 7.4
19+
ini-values: phar.readonly=0
1920
extensions: curl,json,mbstring,uopz
2021
tools: pecl
2122
coverage: none
@@ -56,4 +57,4 @@ jobs:
5657
file: build/out/phpdraft-library-${{ github.ref }}.phar
5758
asset_name: phpdraft-library-${{ github.ref }}.phar
5859
tag: ${{ github.ref }}
59-
overwrite: false
60+
overwrite: false

0 commit comments

Comments
 (0)