File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ jobs:
147147 run : |
148148 ls -l exec || echo "Nothing in exec/"
149149 echo "MADATE=$(date '+%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
150+ echo "LAST_STABLE_TAG_NAME=latest-20260319" >> $GITHUB_ENV
150151
151152 # - name: Create a new GitHub Discussion Annoucement
152153 # id: create-discussion
@@ -216,10 +217,12 @@ jobs:
216217 const discussion = await github.graphql(createMutation, {
217218 repositoryId: repoId,
218219 categoryId: categoryId,
219- title: `NEw Test Discussion adding at ${{ env.MADATE }}`,
220- body: `Test new message at ${{ env.MADATE }}
221- Another line
222- And another one`
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!`
223226 });
224227
225228 console.log(`Discussion created: ${discussion.createDiscussion.discussion.url}`);
You can’t perform that action at this time.
0 commit comments