We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f0481 commit 06f51f8Copy full SHA for 06f51f8
1 file changed
.github/workflows/publish.yml
@@ -70,7 +70,7 @@ jobs:
70
if ! command -v semver-bump &> /dev/null; then
71
cargo install semver-bump --version 1.0.1
72
fi
73
- if ! command -v tomato-toml &> /dev/null; then
+ if ! command -v tomato &> /dev/null; then
74
cargo install tomato-toml --version 1.0.0
75
76
0 commit comments