Skip to content

Commit 0eaecf3

Browse files
chore(internal): codegen related update
1 parent 1e40c3d commit 0eaecf3

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/create-releases.yml

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

.github/workflows/release-doctor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ 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)