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 3eab4b79b3c54881e256d8ec696b72aaa24a851b
parent 29b12fc0f9d6b20eba38a27d49ac7f22d43611a5
Author: Eric Scouten <scouten@adobe.com>
Date:   Tue, 12 Mar 2024 16:29:05 -0700

(IGNORE) Restore sem ver checks

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

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -87,11 +87,10 @@ jobs: commit_user_name: Adobe CAI Team commit_user_email: noreply@adobe.com - # TEMPORARILY disable sem ver check due to rasn-* crate issues. - # - 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