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 2e1da0d commit 7c20fa3Copy full SHA for 7c20fa3
.github/workflows/release-plz.yml
@@ -29,7 +29,7 @@ jobs:
29
env:
30
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_PAT }}
31
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
32
- - uses: actions/attest-build-provenance@v1
+ - uses: actions/attest-build-provenance@v2
33
with:
34
subject-path: ${{ github.workspace }}/target/release/libzip.rlib
35
continue-on-error: true
0 commit comments