修复 pyproject.toml 文件的 EOF 语法,确保正确生成版本信息

pull/1496/head
DrSmoothl 2026-02-15 16:36:15 +08:00
parent c3adc688e8
commit 3db97a687a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
TODAY=$(date -u +%Y%m%d)
WEBUI_VERSION="${BASE_VERSION}.dev${TODAY}.${GITHUB_RUN_NUMBER}"
fi
cat > .webui_dist_pkg/pyproject.toml <<'EOF'
cat > .webui_dist_pkg/pyproject.toml <<EOF
[project]
name = "maibot-dashboard"
version = "${WEBUI_VERSION}"