Skip to content

Commit f720aa9

Browse files
committed
fix: task syntax error
Signed-off-by: Jan Pokorný <[email protected]>
1 parent f39bb5e commit f720aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ done
182182
183183
# Update all version fields
184184
yq -i ".version = \"$new_version\"" helm/Chart.yaml
185-
yq -i ".appVersion = \"$new_version\"' helm/Chart.yaml
185+
yq -i ".appVersion = \"$new_version\"" helm/Chart.yaml
186186
(cd apps/beeai-cli && toml set 'project.version' "$new_version" --toml-path pyproject.toml && uv lock)
187187
(cd apps/beeai-server && toml set 'project.version' "$new_version" --toml-path pyproject.toml && uv lock)
188188
yq -i ".version = \"$new_version\"" apps/beeai-ui/package.json

0 commit comments

Comments
 (0)