Skip to content

Commit 14f98e8

Browse files
committed
⚙️ semver baseline root (revert)
1 parent a886725 commit 14f98e8

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 --baseline-root .
30+
run: cargo semver-checks check-release
3131

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

0 commit comments

Comments
 (0)