From 9b70accb66b0d0b5a9dad9f53b611b51aa954cd4 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 8 Dec 2024 10:03:01 +0100 Subject: [PATCH] See if this works --- .github/workflows/verify-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}