Skip to content

Commit 788702f

Browse files
authored
Change comment syntax from // to # in YAML (#292)
1 parent 1eb3ecc commit 788702f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ jobs:
480480
"$UPLOAD_URL?name=$(basename "$BINARY_PATH")"
481481
done
482482
483-
// build and publish mcp bundle.
483+
# build and publish mcp bundle.
484484
npx bun mcpb:build
485485
486486
# MCP Bundle Path

0 commit comments

Comments
 (0)