Skip to content

Commit f08b377

Browse files
author
Feiyang Liu
committed
improve release description formatting
1 parent 71b2335 commit f08b377

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ jobs:
125125
echo "Creating new release for tag $CODE_EDITOR_VERSION..."
126126
gh release create "$CODE_EDITOR_VERSION" ./*.tar.gz \
127127
--title "Release $CODE_EDITOR_VERSION" \
128-
--notes "Release $CODE_EDITOR_VERSION\n\nSageMaker Code Editor Version: $SAGEMAKER_VERSION" \
128+
--notes "Release $CODE_EDITOR_VERSION
129+
130+
SageMaker Code Editor Version: $SAGEMAKER_VERSION" \
129131
$PRERELEASE_FLAG
130132
fi
131133
handle-failures:

0 commit comments

Comments
 (0)