Skip to content

Commit

Permalink
Test the custom ZIP URL support for plugin attestation.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Dec 21, 2024
1 parent ec40aac commit b0c35c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b0c35c7

Please sign in to comment.