File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # workflow for re-running publishing to JSR in case it fails for some reason
2
- # you can run this workflow by navigating to https://www.github.com/openai/openai-node/actions/workflows/publish-jsr.yml
1
+ # This workflow publishes the package to JSR.
2
+ # You can run this workflow manually by navigating to https://www.github.com/openai/openai-node/actions/workflows/publish-jsr.yml
3
3
name : Publish JSR
4
4
on :
5
5
workflow_dispatch :
Original file line number Diff line number Diff line change 1
- # workflow for re-running publishing to NPM in case it fails for some reason
2
- # you can run this workflow by navigating to https://www.github.com/openai/openai-node/actions/workflows/publish-npm.yml
1
+ # This workflow publishes the package to NPM.
2
+ # You can run this workflow manually by navigating to https://www.github.com/openai/openai-node/actions/workflows/publish-npm.yml
3
3
name : Publish NPM
4
4
on :
5
5
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ -z "${STAINLESS_API_KEY}" ]; then
7
7
fi
8
8
9
9
if [ -z " ${NPM_TOKEN} " ]; then
10
- errors+=(" The OPENAI_NPM_TOKEN secret has not been set. Please set it in either this repository's secrets or your organization secrets" )
10
+ errors+=(" The NPM_TOKEN secret has not been set. Please set it in either this repository's secrets or your organization secrets" )
11
11
fi
12
12
13
13
lenErrors=${# errors[@]}
You can’t perform that action at this time.
0 commit comments