Skip to content

Commit 75b69f9

Browse files
committed
fix(github): workflows e2b stuff
1 parent 455b8ad commit 75b69f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: 20
2929

3030
- name: Install E2B CLI
31-
run: npm i -g e2b
31+
run: npm i -g @e2b/cli
3232

3333
- name: Verify e2b install
3434
run: e2b --version

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: 20
3131

3232
- name: Install E2B CLI
33-
run: npm i -g e2b
33+
run: npm i -g @e2b/cli
3434

3535
- name: Verify e2b install
3636
run: e2b --version

0 commit comments

Comments
 (0)