File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Within the GitHub Actions workflow which deploys your plugin to the plugin direc
30302. 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.7.0
33+ - uses : johnbillion/action-wordpress-plugin-attestation@0.7.1
3434 with :
3535 zip-path : my-plugin-slug.zip
3636 ` ` `
5757 with :
5858 generate-zip : true
5959 - name : Generate build provenance attestation
60- uses : johnbillion/action-wordpress-plugin-attestation@0.7.0
60+ uses : johnbillion/action-wordpress-plugin-attestation@0.7.1
6161 with :
6262 zip-path : ${{ steps.deploy.outputs.zip-path }}
6363` ` `
6767Here is the full list of required and optional inputs:
6868
6969` ` ` yaml
70- - uses : johnbillion/action-wordpress-plugin-attestation@0.7.0
70+ - uses : johnbillion/action-wordpress-plugin-attestation@0.7.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
@@ -195,7 +195,7 @@ Optionally use the `dry-run` parameter to perform all the verification steps wit
195195 generate-zip: true
196196 dry-run: true
197197 - name: Generate build provenance attestation
198- uses: johnbillion/action-wordpress-plugin-attestation@0.7.0
198+ uses: johnbillion/action-wordpress-plugin-attestation@0.7.1
199199 with:
200200 zip-path: ${{ steps.deploy.outputs.zip-path }}
201201 dry-run: true # Remove this to publish the attestation
You can’t perform that action at this time.
0 commit comments