amalia/30-apr-26 #41

Merged
amaliadwiy merged 4 commits from amalia/30-apr-26 into join 2026-04-30 17:28:38 +08:00
3 changed files with 20 additions and 2 deletions
Showing only changes of commit 705992df45 - Show all commits

View File

@@ -197,7 +197,7 @@ server.setRequestHandler(CallToolRequestSchema, async (request) => {
// 3. Push to build remote (GitHub)
const currentBranch = GIT(["rev-parse", "--abbrev-ref", "HEAD"]);
GIT(["push", "build", `${currentBranch}:main`, "--force"]);
GIT(["push", "build", `${currentBranch}:stg`, "--force"]);
// 4. Trigger publish
GH([