commit d05241a4c93fe56a1f107109ec32e5e4a1a37f7d parent eae6f94968f41801cd6eeff9c6f83c7e14675d70 Author: Eric Scouten <scouten@adobe.com> Date: Tue, 12 Mar 2024 16:25:14 -0700 (IGNORE) TEMPORARILY disable sem ver check due to rasn-* crate issues Diffstat:
| M | .github/workflows/publish.yml | | | 9 | +++++---- |
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -87,10 +87,11 @@ 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 + # 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: Create release uses: ncipollo/release-action@v1