Skip to content

Commit 6d0d8b3

Browse files
mlejvajakubno
authored andcommitted
Install beta E2B SDK
1 parent 11984ca commit 6d0d8b3

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/release_candidates.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Release Candidates
22

33
on:
4-
pull_request:
4+
push:
5+
branches:
6+
- beta
57

68
permissions:
79
contents: write
@@ -52,8 +54,8 @@ jobs:
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

js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -66,7 +66,7 @@
6666
"vm"
6767
],
6868
"dependencies": {
69-
"e2b": "^1.0.5"
69+
"e2b": "1.1.0-beta.1"
7070
},
7171
"engines": {
7272
"node": ">=18"

0 commit comments

Comments
 (0)