ci: Condition isn't working, so use continue-on-error
This commit is contained in:
parent
7d7e4256bd
commit
dbf2543301
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-plz.yml
vendored
2
.github/workflows/release-plz.yml
vendored
|
@ -30,6 +30,6 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_PAT }}
|
||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
- uses: actions/attest-build-provenance@v1
|
||||
if: ${{ steps.release-plz.outputs.releases_created }}
|
||||
with:
|
||||
subject-path: ${{ github.workspace }}/target/release/libzip.rlib
|
||||
continue-on-error: true
|
||||
|
|
Loading…
Add table
Reference in a new issue