Skip to content

Commit

Permalink
Try the dry-run fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Nov 18, 2024
1 parent 4d33cf2 commit 6e1d8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
needs: deploy
steps:
- name: Attest
uses: johnbillion/action-wordpress-plugin-attestation/@0.3.0
uses: johnbillion/action-wordpress-plugin-attestation/@dry-run
with:
version: ${{ needs.deploy.outputs.version }}
zip-path: ${{ needs.deploy.outputs.zip-path }}

1 comment on commit 6e1d8e8

@szepeviktor
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@johnbillion There is a stray / in uses.

Please sign in to comment.