From dbf254330184fc3369ec9dc4563cb88819ed6e4b Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Tue, 21 May 2024 12:18:19 -0700 Subject: [PATCH] ci: Condition isn't working, so use continue-on-error --- .github/workflows/release-plz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 3482b9b7..c2a4afce 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -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