We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b2335 commit f08b377Copy full SHA for f08b377
.github/workflows/release.yaml
@@ -125,7 +125,9 @@ jobs:
125
echo "Creating new release for tag $CODE_EDITOR_VERSION..."
126
gh release create "$CODE_EDITOR_VERSION" ./*.tar.gz \
127
--title "Release $CODE_EDITOR_VERSION" \
128
- --notes "Release $CODE_EDITOR_VERSION\n\nSageMaker Code Editor Version: $SAGEMAKER_VERSION" \
+ --notes "Release $CODE_EDITOR_VERSION
129
+
130
+ SageMaker Code Editor Version: $SAGEMAKER_VERSION" \
131
$PRERELEASE_FLAG
132
fi
133
handle-failures:
0 commit comments