Skip to content

Commit a67101e

Browse files
authored
Apply suggestion from @bfops
Signed-off-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
1 parent b28d972 commit a67101e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
set -euo pipefail
4242
4343
title="${RELEASE_NAME:-${RELEASE_TAG}}"
44-
message="SpacetimeDB GitHub release published: [${title}](<${RELEASE_URL}>)"
44+
message="SpacetimeDB GitHub release published: [${{github.event.release_name}}](<${{github.event.release.html_url}}>)"
4545
4646
data="$(jq --null-input --arg msg "$message" '.content=$msg')"
4747
curl -X POST -H 'Content-Type: application/json' -d "$data" "${{ secrets.DISCORD_WEBHOOK_RELEASE_CHANNEL_URL }}"

0 commit comments

Comments
 (0)