We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4f36f commit 16a00aaCopy full SHA for 16a00aa
action.yml
@@ -91,11 +91,10 @@ runs:
91
92
- name: Verify Attestation
93
if: ${{ inputs.verify-attestation == 'true' }}
94
- run: gh release verify-asset --repo typisttech/php-matrix ${TAG} php-matrix.tar.gz
+ run: gh attestation verify --repo typisttech/php-matrix php-matrix.tar.gz
95
shell: bash
96
working-directory: ${{ github.action_path }}
97
env:
98
- TAG: ${{ inputs.version || '' }}
99
GH_TOKEN: ${{ inputs.github-token }}
100
101
- name: Unarchive the binary
0 commit comments