File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}`);
You can’t perform that action at this time.
0 commit comments