Skip to content

Commit d5878d3

Browse files
committed
updated release-notification.yml to include the role
1 parent 55fb4d3 commit d5878d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-notification.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ jobs:
9898
fi
9999
100100
# Build JSON payload (correct multiline handling)
101-
JSON=$(jq -n --arg title "$VERSION_TYPE" \
101+
JSON=$(jq -n --arg content "<@&1368448364865126491> " \
102+
--arg title "$VERSION_TYPE" \
102103
--arg description "$DESCRIPTION" \
103104
--arg url "$RELEASE_URL" \
104105
--arg timestamp "$(date --utc +%Y-%m-%dT%H:%M:%SZ)" \

0 commit comments

Comments
 (0)