Skip to content

Commit

Permalink
Merge pull request #137 from hydephp/release/v0.7.54
Browse files Browse the repository at this point in the history
HydeCLI v0.7.54
  • Loading branch information
caendesilva committed Apr 20, 2024
2 parents e7fe02d + 1c84c5e commit 29abeaf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,19 @@ jobs:
--output builds/hyde.asc \
builds/hyde
- name: Verify the signature
- name: Import public key from keyserver
if: github.event.repository.full_name == 'hydephp/cli'
run: |
gpg --keyserver keys.openpgp.org --recv-keys 657B4D97184E9E6E596E6EA13B829782D5B7BA59
- name: Trust the imported key
if: github.event.repository.full_name == 'hydephp/cli'
run: |
gpg --import-ownertrust <<< "657B4D97184E9E6E596E6EA13B829782D5B7BA59:6:"
gpg --verify builds/hyde.asc builds/hyde
echo "trust\n5\ny\n" | gpg --no-tty --command-fd 0 --edit-key 657B4D97184E9E6E596E6EA13B829782D5B7BA59
- name: Verify the signature
if: github.event.repository.full_name == 'hydephp/cli'
run: gpg --verify builds/hyde.asc builds/hyde

- name: Upload signature artifact
if: github.event.repository.full_name == 'hydephp/cli'
Expand Down
2 changes: 1 addition & 1 deletion app/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Application extends \Hyde\Foundation\Application
{
final public const APP_VERSION = '0.7.53';
final public const APP_VERSION = '0.7.54';

public function getCachedPackagesPath(): string
{
Expand Down
Binary file modified builds/hyde
Binary file not shown.
Binary file modified builds/hyde.asc
Binary file not shown.

0 comments on commit 29abeaf

Please sign in to comment.