Skip to content

Commit

Permalink
Fix Phar file not being built in CI
Browse files Browse the repository at this point in the history
Phive was not able to verify the GPG key of Box, because it required
user interaction to import the key explicitly. Set Phive to trust
the key automatically.
  • Loading branch information
machitgarha committed Apr 1, 2023
1 parent 9f5fab5 commit e54b270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
composer-options: "--no-dev --optimize-autoloader"

- name: Install Box using Phive
run: phive install humbug/box --force-accept-unsigned
run: phive --no-progress install humbug/box --trust-gpg-keys 41539BBD4020945DB378F98B2DF45277AEF09A2F

- name: Build Phar
run: ./tools/box compile
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Application extends \Symfony\Component\Console\Application
{
public const NAME = "Parvaj";
public const VERSION = "0.4.0-rc.1";
public const VERSION = "0.4.0-rc.2";

public const ISSUES_PAGE_LINK = "https://github.com/machitgarha/parvaj/issues";

Expand Down

0 comments on commit e54b270

Please sign in to comment.