Skip to content

Commit a886725

Browse files
committed
⚙️ semver baseline root
1 parent d4322b8 commit a886725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: cargo install cargo-semver-checks --locked
2828

2929
- name: Run Cargo:semver
30-
run: cargo semver-checks check-release
30+
run: cargo semver-checks check-release --baseline-root .
3131

3232
- name: Publish to crates.io
3333
run: cargo publish --token ${CRATES_TOKEN}

0 commit comments

Comments
 (0)