File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed
Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1- # This workflow is triggered when a GitHub release is created.
2- # It can also be run manually to re-publish to JSR in case it failed for some reason.
3- # You can run this workflow by navigating to https://www.github.com/openai/openai-node/actions/workflows/publish-jsr.yml
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
43name : Publish JSR
54on :
65 workflow_dispatch :
76
8- release :
9- types : [published]
10-
117jobs :
128 publish :
139 name : publish
Original file line number Diff line number Diff line change 1- # This workflow is triggered when a GitHub release is created.
2- # It can also be run manually to re-publish to NPM in case it failed for some reason.
3- # You can run this workflow by navigating to https://www.github.com/openai/openai-node/actions/workflows/publish-npm.yml
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
43name : Publish NPM
54on :
65 workflow_dispatch :
76
8- release :
9- types : [published]
10-
117jobs :
128 publish :
139 name : publish
Original file line number Diff line number Diff line change 1919 run : |
2020 bash ./bin/check-release-environment
2121 env :
22+ STAINLESS_API_KEY : ${{ secrets.STAINLESS_API_KEY }}
2223 NPM_TOKEN : ${{ secrets.OPENAI_NPM_TOKEN || secrets.NPM_TOKEN }}
2324
You can’t perform that action at this time.
0 commit comments