We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4322b8 commit a886725Copy full SHA for a886725
.github/workflows/publish.yaml
@@ -27,7 +27,7 @@ jobs:
27
run: cargo install cargo-semver-checks --locked
28
29
- name: Run Cargo:semver
30
- run: cargo semver-checks check-release
+ run: cargo semver-checks check-release --baseline-root .
31
32
- name: Publish to crates.io
33
run: cargo publish --token ${CRATES_TOKEN}
0 commit comments