We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fb4d3 commit d5878d3Copy full SHA for d5878d3
.github/workflows/release-notification.yml
@@ -98,7 +98,8 @@ jobs:
98
fi
99
100
# Build JSON payload (correct multiline handling)
101
- JSON=$(jq -n --arg title "$VERSION_TYPE" \
+ JSON=$(jq -n --arg content "<@&1368448364865126491> " \
102
+ --arg title "$VERSION_TYPE" \
103
--arg description "$DESCRIPTION" \
104
--arg url "$RELEASE_URL" \
105
--arg timestamp "$(date --utc +%Y-%m-%dT%H:%M:%SZ)" \
0 commit comments