Skip to content

Commit 237749b

Browse files
committed
fix: align release checks with sdk backend
1 parent 5aebe96 commit 237749b

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
env:
1919
BOT_TOKEN: "ci-bot-token"
2020
ALLOWED_USER_IDS: "1"
21+
CODEX_BACKEND: "sdk"
2122
CODEX_COMMAND: "node"
2223
CODEX_WORKDIR: "."
2324
WORKSPACE_ROOT: "."

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
env:
1818
BOT_TOKEN: "ci-bot-token"
1919
ALLOWED_USER_IDS: "1"
20+
CODEX_BACKEND: "sdk"
2021
CODEX_COMMAND: "node"
2122
CODEX_WORKDIR: "."
2223
WORKSPACE_ROOT: "."

docs/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ gh repo edit MackDing/CodexClaw \
9494
git checkout main
9595
git pull --ff-only
9696
BOT_TOKEN=dummy-token ALLOWED_USER_IDS=1 npm run release:check
97-
git tag v0.2.2
97+
git tag v0.2.3
9898
git push origin main --tags
9999
```
100100

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CodexClaw",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "A super Telegram bot that securely orchestrates Codex via SDK or CLI/PTy streaming, MCP routing, and GitHub automation skills.",
55
"type": "module",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)