diff --git a/.github/workflows/verify-release.yml b/.github/workflows/verify-release.yml index cb260e0913..d49d09b231 100644 --- a/.github/workflows/verify-release.yml +++ b/.github/workflows/verify-release.yml @@ -302,7 +302,7 @@ jobs: run: ls -R - name: Verify attestation of the PHAR file - run: gh attestation verify ./tools/${{ matrix.pharfile }} -o PHPCSStandards + run: gh attestation verify ./tools/${{ matrix.pharfile }} -o WordPress env: GH_TOKEN: ${{ github.token }}