Skip to content

Commit

Permalink
ci: Condition isn't working, so use continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean committed May 21, 2024
1 parent 7d7e425 commit dbf2543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dbf2543

Please sign in to comment.