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 b28d972 commit a67101eCopy full SHA for a67101e
1 file changed
.github/workflows/tag-release.yml
@@ -41,7 +41,7 @@ jobs:
41
set -euo pipefail
42
43
title="${RELEASE_NAME:-${RELEASE_TAG}}"
44
- message="SpacetimeDB GitHub release published: [${title}](<${RELEASE_URL}>)"
+ message="SpacetimeDB GitHub release published: [${{github.event.release_name}}](<${{github.event.release.html_url}}>)"
45
46
data="$(jq --null-input --arg msg "$message" '.content=$msg')"
47
curl -X POST -H 'Content-Type: application/json' -d "$data" "${{ secrets.DISCORD_WEBHOOK_RELEASE_CHANNEL_URL }}"
0 commit comments