diff --git a/.github/workflows/auto-release-pipeline.yml b/.github/workflows/auto-release-pipeline.yml index 7fe6eb37..1ce2e48f 100644 --- a/.github/workflows/auto-release-pipeline.yml +++ b/.github/workflows/auto-release-pipeline.yml @@ -181,7 +181,7 @@ jobs: cp -r "$TEMP_DIR"/* . # 添加 README - cat > README.md << 'EOF' + cat > README.md << EOF # Claude Relay Service - Web Frontend Build This branch contains the pre-built frontend assets for Claude Relay Service. diff --git a/scripts/test-web-dist.sh b/scripts/test-web-dist.sh index a2b53364..48964fcf 100644 --- a/scripts/test-web-dist.sh +++ b/scripts/test-web-dist.sh @@ -85,7 +85,7 @@ test_build_and_push() { cp -r "$TEMP_DIR"/* . # 添加 README - cat > README.md << 'EOF' + cat > README.md << EOF # Claude Relay Service - Web Frontend Build This branch contains the pre-built frontend assets for Claude Relay Service.