Skip to content

Commit 11ab698

Browse files
committed
Remove cr
1 parent 61a203f commit 11ab698

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prmerge_ci_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
repositoryId: repoId,
219219
categoryId: categoryId,
220220
title: `DEV OpenRadioss Stable Update (${process.env.LAST_STABLE_TAG_NAME})`,
221-
body: `We're excited to announce a new **stable release of OpenRadioss!**\n\nThis version, based on **tag ${process.env.LAST_STABLE_TAG_NAME}**, brings improved stability and performance based on community feedback.\n\n🔹 [Get it now](https://github.com/${context.repo.owner}/${context.repo.repo}/releases/tag/XXXX)\n\nPlease, try it out and share your appreciated feedback, thanks!`
221+
body: `We're excited to announce a new **stable release of OpenRadioss!**\nThis version, based on **tag ${process.env.LAST_STABLE_TAG_NAME}**, brings improved stability and performance based on community feedback.\n🔹 [Get it now](https://github.com/${context.repo.owner}/${context.repo.repo}/releases/tag/XXXX)\nPlease, try it out and share your appreciated feedback, thanks!`
222222
});
223223
224224
console.log(`Discussion created: ${discussion.createDiscussion.discussion.url}`);

0 commit comments

Comments
 (0)