Skip to content

Commit bb9b8f1

Browse files
committed
fix
1 parent 8fe4a8e commit bb9b8f1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/playground.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
steps:
9999
- name: Print outputs
100100
run: |
101-
echo "JS Release: ${{ changes.outputs.js }}"
102-
echo "Python Release: ${{ changes.outputs.python }}"
103-
echo "Charts Release: ${{ changes.outputs.charts }}"
104-
echo "Template Release: ${{ changes.outputs.template }}"
101+
echo "JS Release: ${{ needs.outputs.js }}"
102+
echo "Python Release: ${{ needs.outputs.python }}"
103+
echo "Charts Release: ${{ needs.outputs.charts }}"
104+
echo "Template Release: ${{ needs.outputs.template }}"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
IS_RELEASE=$(./.github/scripts/is_release_for_package.sh "e2b-code-interpreter")
8787
echo "release=$IS_RELEASE" >> "$GITHUB_OUTPUT"
8888
89-
- name: Check Python SDK Release
89+
- name: Check Charts SDK Release
9090
id: charts
9191
run: |
9292
IS_RELEASE=$(./.github/scripts/is_release_for_package.sh "e2b-charts")

0 commit comments

Comments
 (0)