We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc236e commit 1acb390Copy full SHA for 1acb390
1 file changed
.github/workflows/release.yml
@@ -185,6 +185,7 @@ jobs:
185
else
186
VERSION=${{ needs.charts-release.outputs.version }}
187
fi
188
+ echo "Version: $VERSION"
189
190
sed -i "s/e2b_charts/e2b_charts==${VERSION}/g" requirements.txt
191
0 commit comments