File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11name : Release Candidates
22
33on :
4- pull_request :
4+ push :
5+ branches :
6+ - beta
57
68permissions :
79 contents : write
5254 working-directory : js
5355 if : ${{ contains( github.event.pull_request.labels.*.name, 'js-rc') }}
5456 run : |
55- npm version prerelease --preid=${{ github.head_ref }}
56- npm publish --tag rc || true
57+ npm version prerelease --preid=beta
58+ npm publish --tag beta
5759 env :
5860 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
5961
Original file line number Diff line number Diff line change 11{
22 "name" : " @e2b/code-interpreter" ,
3- "version" : " 1.0.4 " ,
3+ "version" : " 1.0.5-beta.0 " ,
44 "packageManager" :
" [email protected] " ,
55 "description" : " E2B Code Interpreter - Stateful code execution" ,
66 "homepage" : " https://e2b.dev" ,
6666 " vm"
6767 ],
6868 "dependencies" : {
69- "e2b" : " ^1.0.5 "
69+ "e2b" : " 1.1.0-beta.1 "
7070 },
7171 "engines" : {
7272 "node" : " >=18"
You can’t perform that action at this time.
0 commit comments