Skip to content

Commit a4e4724

Browse files
committed
Version 0.5.1.
1 parent 6103f6e commit a4e4724

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Within the GitHub Actions workflow which deploys your plugin to WordPress.org:
3030
2. Add the following step to your workflow so it runs after your plugin has been deployed:
3131
3232
```yaml
33-
- uses: johnbillion/action-wordpress-plugin-attestation@0.5.0
33+
- uses: johnbillion/action-wordpress-plugin-attestation@0.5.1
3434
with:
3535
zip-path: my-plugin-slug.zip
3636
```
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
generate-zip: true
5959
- name: Attest build provenance
60-
uses: johnbillion/action-wordpress-plugin-attestation@0.5.0
60+
uses: johnbillion/action-wordpress-plugin-attestation@0.5.1
6161
with:
6262
zip-path: ${{ steps.deploy.outputs.zip-path }}
6363
```
@@ -67,7 +67,7 @@ jobs:
6767
Here is the full list of required and optional inputs:
6868
6969
```yaml
70-
- uses: johnbillion/action-wordpress-plugin-attestation@0.5.0
70+
- uses: johnbillion/action-wordpress-plugin-attestation@0.5.1
7171
with:
7272
# Required. Path to the ZIP file generated for the plugin release.
7373
# Use `${{ steps.deploy.outputs.zip-path }}` if you're using the WordPress.org Plugin Deploy action.
@@ -140,7 +140,7 @@ Optionally use the `dry-run` parameter to perform all the verification steps wit
140140
generate-zip: true
141141
dry-run: true
142142
- name: Attest build provenance
143-
uses: johnbillion/action-wordpress-plugin-attestation@0.5.0
143+
uses: johnbillion/action-wordpress-plugin-attestation@0.5.1
144144
with:
145145
zip-path: ${{ steps.deploy.outputs.zip-path }}
146146
dry-run: true # Remove this to publish the attestation

0 commit comments

Comments
 (0)