We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0841884 commit a4ceecfCopy full SHA for a4ceecf
.github/workflows/create-releases.yml
@@ -47,3 +47,4 @@ jobs:
47
if: ${{ steps.release.outputs.releases_created }}
48
run: |
49
bash ./bin/publish-jsr
50
+
.github/workflows/release-doctor.yml
@@ -21,3 +21,4 @@ jobs:
21
env:
22
STAINLESS_API_KEY: ${{ secrets.STAINLESS_API_KEY }}
23
NPM_TOKEN: ${{ secrets.OPENAI_NPM_TOKEN || secrets.NPM_TOKEN }}
24
bin/cli
@@ -20,9 +20,9 @@ const commands = {
20
if (result.status !== 0) {
process.exit(result.status);
}
- },
25
-};
+ }
+}
26
27
function exitWithHelp() {
28
console.log(`Usage: openai <subcommand>`);
0 commit comments