Skip to content

Commit 3c03f19

Browse files
committed
changed package names
1 parent c755476 commit 3c03f19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/playground.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ jobs:
8686
- name: Check Python SDK Release
8787
id: python
8888
run: |
89-
IS_RELEASE=$(./.github/scripts/is_release_for_package.sh "e2b-code-interpreter")
89+
IS_RELEASE=$(./.github/scripts/is_release_for_package.sh "@e2b/code-interpreter-python")
9090
echo "release=$IS_RELEASE" >> "$GITHUB_OUTPUT"
9191
92-
- name: Check Python SDK Release
92+
- name: Check Charts SDK Release
9393
id: charts
9494
run: |
95-
IS_RELEASE=$(./.github/scripts/is_release_for_package.sh "e2b-charts")
95+
IS_RELEASE=$(./.github/scripts/is_release_for_package.sh "@e2b/data-extractor")
9696
echo "release=$IS_RELEASE" >> "$GITHUB_OUTPUT"
9797
9898
- name: Check Template SDK Release

0 commit comments

Comments
 (0)