Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit f8ddfbc

Browse files
committed
fix creation of phars on release
1 parent 24fd55d commit f8ddfbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
- name: Install box
222222
env:
223223
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
224-
run: phive install --force-accept-unsigned
224+
run: phive install --force-accept-unsigned --trust-gpg-keys
225225

226226
- name: Compile phar
227227
run: tools/box compile

0 commit comments

Comments
 (0)