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 e08b87b commit bd4f36fCopy full SHA for bd4f36f
action.yml
@@ -91,10 +91,11 @@ runs:
91
92
- name: Verify Attestation
93
if: ${{ inputs.verify-attestation == 'true' }}
94
- run: gh attestation verify --repo typisttech/php-matrix php-matrix.tar.gz
+ run: gh release verify-asset --repo typisttech/php-matrix ${TAG} 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