Skip to content

Commit 8ce2f57

Browse files
committed
Try
1 parent 60726b4 commit 8ce2f57

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/prmerge_ci_main.yml

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

228227
console.log(`Discussion created: ${discussion.createDiscussion.discussion.url}`);

0 commit comments

Comments
 (0)