c2pa-rs

A fork of https://github.com/contentauth/c2pa-rs/
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/c2pa-rs.git
Log | Files | Refs | README

commit 7ecfbd7f9a665006bf5c6b6f70b0dc9c0ad10fa2
parent bf68a98c0bbec7c34b398d2597c88f013894310f
Author: Eric Scouten <scouten@adobe.com>
Date:   Fri,  8 Mar 2024 13:50:54 -0800

(IGNORE) Temporarily disable sem ver checks (0.29.3 is not buildable)

Diffstat:
M.github/workflows/publish.yml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -87,10 +87,10 @@ jobs: commit_user_name: Adobe CAI Team commit_user_email: noreply@adobe.com - - name: Ensure semantic versioning requirements are met - uses: obi1kenobi/cargo-semver-checks-action@v2 - with: - package: c2pa + # - name: Ensure semantic versioning requirements are met + # uses: obi1kenobi/cargo-semver-checks-action@v2 + # with: + # package: c2pa - name: Create release uses: ncipollo/release-action@v1