Skip to content

Commit 06f51f8

Browse files
committed
Handle cached tomato-toml tool in publish.yml
1 parent 71f0481 commit 06f51f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if ! command -v semver-bump &> /dev/null; then
7171
cargo install semver-bump --version 1.0.1
7272
fi
73-
if ! command -v tomato-toml &> /dev/null; then
73+
if ! command -v tomato &> /dev/null; then
7474
cargo install tomato-toml --version 1.0.0
7575
fi
7676

0 commit comments

Comments
 (0)