From f9f9efb9c376f09e098050554a1afbf942db8dad Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Sat, 18 Oct 2025 20:38:27 +0100 Subject: [PATCH] Revert "Verify attestation for specific tag (#48)" This reverts commit bd4f36f80e1e1a8911a6000570402580f1c57533. --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3e27b69..d3daafb 100644 --- a/action.yml +++ b/action.yml @@ -91,11 +91,10 @@ runs: - name: Verify Attestation if: ${{ inputs.verify-attestation == 'true' }} - 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 shell: bash working-directory: ${{ github.action_path }} env: - TAG: ${{ inputs.version || '' }} GH_TOKEN: ${{ inputs.github-token }} - name: Unarchive the binary