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