Skip to content

Commit

Permalink
ci: Disable attestation step if nothing's been built
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean committed May 21, 2024
1 parent fdc3935 commit 7d7e425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +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

0 comments on commit 7d7e425

Please # to comment.