Skip to content

Commit 574c367

Browse files
committed
Install beta E2B SDK
1 parent 8ced45b commit 574c367

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
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",
@@ -67,7 +67,7 @@
6767
"vm"
6868
],
6969
"dependencies": {
70-
"e2b": "^1.0.5"
70+
"e2b": "1.1.0-beta.1"
7171
},
7272
"engines": {
7373
"node": ">=18"

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)