commit 784af9003e4c7db4d1f238938aaed22a61cbc135 parent e7afe296917edf32f73998635836d3b1c81a6113 Author: Eric Scouten <scouten@adobe.com> Date: Fri, 8 Mar 2024 14:14:36 -0800 (IGNORE) Restore semantic versioning check 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