Skip to content

Commit

Permalink
Restore sem ver check
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Feb 23, 2024
1 parent 7e4eea3 commit e297f85
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,10 @@ jobs:
commit_user_name: Adobe CAI Team
commit_user_email: noreply@adobe.com

# TEMPORARY: Disable since we can no longer build 1.7.0.
# - name: Ensure semantic versioning requirements are met
# uses: obi1kenobi/cargo-semver-checks-action@v2
# with:
# package: xmp_toolkit
- name: Ensure semantic versioning requirements are met
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
package: xmp_toolkit

- name: Create release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit e297f85

Please sign in to comment.