Skip to content

Commit 60726b4

Browse files
committed
Test with LAST_STABLE_TAG_NAME
1 parent 4073dbe commit 60726b4

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/prmerge_ci_main.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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}`);

0 commit comments

Comments
 (0)