From b0c35c7a2468234d35937ccd1a1c24786957a14c Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 21 Dec 2024 03:23:33 +0000 Subject: [PATCH] Test the custom ZIP URL support for plugin attestation. --- .github/workflows/deploy-tag.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-tag.yml b/.github/workflows/deploy-tag.yml index c8bd44f9..9455d6ad 100644 --- a/.github/workflows/deploy-tag.yml +++ b/.github/workflows/deploy-tag.yml @@ -42,7 +42,8 @@ jobs: needs: deploy steps: - name: Attest - uses: johnbillion/action-wordpress-plugin-attestation@0.5.1 + uses: johnbillion/action-wordpress-plugin-attestation@custom-zip-url with: version: ${{ needs.deploy.outputs.version }} zip-path: ${{ needs.deploy.outputs.zip-path }} + dry-run: true