We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c755476 commit 3c03f19Copy full SHA for 3c03f19
.github/workflows/playground.yml
@@ -86,13 +86,13 @@ jobs:
86
- name: Check Python SDK Release
87
id: python
88
run: |
89
- IS_RELEASE=$(./.github/scripts/is_release_for_package.sh "e2b-code-interpreter")
+ IS_RELEASE=$(./.github/scripts/is_release_for_package.sh "@e2b/code-interpreter-python")
90
echo "release=$IS_RELEASE" >> "$GITHUB_OUTPUT"
91
92
- - name: Check Python SDK Release
+ - name: Check Charts SDK Release
93
id: charts
94
95
- IS_RELEASE=$(./.github/scripts/is_release_for_package.sh "e2b-charts")
+ IS_RELEASE=$(./.github/scripts/is_release_for_package.sh "@e2b/data-extractor")
96
97
98
- name: Check Template SDK Release
0 commit comments