Skip to content

Commit

Permalink
Merge branch 'master' into add_composer-files-to-phar
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Feb 23, 2024
2 parents 600d70b + 2887ff8 commit 0965e9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate_phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
run: ant package -D-phar:filename=./phpmd.phar && ./phpmd.phar --version

- name: Sign phar
if: github.repository == 'phpmd/phpmd'
env:
PASSPHRASE: ${{ secrets.PASSPHRASE }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}
Expand Down

0 comments on commit 0965e9a

Please sign in to comment.