Skip to content

Commit

Permalink
Update the attestation action.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Nov 15, 2024
1 parent dc5e99d commit 3a515d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
needs: deploy
steps:
- name: Perform attestation
uses: johnbillion/plugin-infrastructure/@attestation
uses: johnbillion/action-wordpress-plugin-attest/@0.1.0
with:
attest: ${{ github.event_name != 'workflow_dispatch' }}
dry-run: ${{ github.event_name == 'workflow_dispatch' }}
plugin: query-monitor
version: ${{ needs.deploy.outputs.version }}
zip-path: ${{ needs.deploy.outputs.zip-path }}

0 comments on commit 3a515d6

Please sign in to comment.