We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16e559 commit ee21aceCopy full SHA for ee21ace
readme.md
@@ -30,7 +30,7 @@ Within the GitHub Actions workflow which deploys your plugin to WordPress.org:
30
2. Add the following step to your workflow so it runs after your plugin has been deployed:
31
32
```yaml
33
- - uses: johnbillion/action-wordpress-plugin-attestation/@0.2.0
+ - uses: johnbillion/action-wordpress-plugin-attestation@0.4.0
34
with:
35
plugin: my-plugin-slug
36
version: 1.2.3
@@ -63,7 +63,7 @@ jobs:
63
64
generate-zip: true
65
- name: Attest build provenance
66
- uses: johnbillion/action-wordpress-plugin-attestation/@0.2.0
+ uses: johnbillion/action-wordpress-plugin-attestation@0.4.0
67
68
69
version: ${{ inputs.version }}
0 commit comments