ci: Fix failure in attestation step
This commit is contained in:
parent
4b295d3d5a
commit
e8276b26a5
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release-plz.yml
vendored
3
.github/workflows/release-plz.yml
vendored
|
@ -24,10 +24,11 @@ jobs:
|
|||
override: true
|
||||
profile: minimal
|
||||
- name: Run release-plz
|
||||
id: release-plz
|
||||
uses: MarcoIeni/release-plz-action@v0.5
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_PAT }}
|
||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
- uses: actions/attest-build-provenance@v1
|
||||
with:
|
||||
subject-path: target/release/libzip.rlib
|
||||
subject-path: ${{ GITHUB_WORKSPACE }}/target/release/libzip.rlib
|
||||
|
|
Loading…
Add table
Reference in a new issue