Skip to content

Commit a4ceecf

Browse files
chore(internal): codegen related update
1 parent 0841884 commit a4ceecf

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/create-releases.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ jobs:
4747
if: ${{ steps.release.outputs.releases_created }}
4848
run: |
4949
bash ./bin/publish-jsr
50+

.github/workflows/release-doctor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
env:
2222
STAINLESS_API_KEY: ${{ secrets.STAINLESS_API_KEY }}
2323
NPM_TOKEN: ${{ secrets.OPENAI_NPM_TOKEN || secrets.NPM_TOKEN }}
24+

bin/cli

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ const commands = {
2020
if (result.status !== 0) {
2121
process.exit(result.status);
2222
}
23-
},
24-
},
25-
};
23+
}
24+
}
25+
}
2626

2727
function exitWithHelp() {
2828
console.log(`Usage: openai <subcommand>`);

0 commit comments

Comments
 (0)