Skip to content

Commit 61a203f

Browse files
committed
Try 3
1 parent 4162306 commit 61a203f

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/prmerge_ci_main.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -217,14 +217,8 @@ jobs:
217217
const discussion = await github.graphql(createMutation, {
218218
repositoryId: repoId,
219219
categoryId: categoryId,
220-
title: `DEV OpenRadioss Stable Update (${process.env.LAST_STABLE_TAG_NAME || 'latest'})`,
221-
body: `We're excited to announce a new **stable release of OpenRadioss!**
222-
223-
This version, based on **tag ${process.env.LAST_STABLE_TAG_NAME || 'latest'}**, brings improved stability and performance based on community feedback.
224-
225-
🔹 [Get it now](https://github.com/${context.repo.owner}/${context.repo.repo}/releases/tag/XXXX)
226-
227-
Please, try it out and share your appreciated feedback, thanks!`
220+
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!`
228222
});
229223
230224
console.log(`Discussion created: ${discussion.createDiscussion.discussion.url}`);

0 commit comments

Comments
 (0)