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 1e40c3d commit 0eaecf3Copy full SHA for 0eaecf3
.github/workflows/create-releases.yml
@@ -47,4 +47,3 @@ jobs:
47
if: ${{ steps.release.outputs.releases_created }}
48
run: |
49
bash ./bin/publish-jsr
50
-
.github/workflows/release-doctor.yml
@@ -21,4 +21,3 @@ 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