Skip to content

Commit

Permalink
Add SemVer violation check to publishing CI workflow (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleasims authored Feb 27, 2025
1 parent bf71957 commit 8e42487
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
ls buf_exported/
cat buf_exported/protos.txt
- name: Check SemVer violations
uses: obi1kenobi/cargo-semver-checks-action@v2

- name: Cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand Down

0 comments on commit 8e42487

Please sign in to comment.