Skip to content

Commit 16a00aa

Browse files
authored
Revert "Verify attestation for specific tag (#48)" (#49)
This reverts commit bd4f36f.
1 parent bd4f36f commit 16a00aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,10 @@ runs:
9191

9292
- name: Verify Attestation
9393
if: ${{ inputs.verify-attestation == 'true' }}
94-
run: gh release verify-asset --repo typisttech/php-matrix ${TAG} php-matrix.tar.gz
94+
run: gh attestation verify --repo typisttech/php-matrix php-matrix.tar.gz
9595
shell: bash
9696
working-directory: ${{ github.action_path }}
9797
env:
98-
TAG: ${{ inputs.version || '' }}
9998
GH_TOKEN: ${{ inputs.github-token }}
10099

101100
- name: Unarchive the binary

0 commit comments

Comments
 (0)