diff --git a/.github/workflows/discord-release.yaml b/.github/workflows/discord-release.yaml index 5133a20..986dd07 100644 --- a/.github/workflows/discord-release.yaml +++ b/.github/workflows/discord-release.yaml @@ -23,5 +23,5 @@ jobs: curl -H "Content-Type: application/json" \ -X POST \ - -d "{\"content\": \"**v${VERSION} release of ${REPO} available now on GitHub**\n${URL}\"}" \ + -d "{\"content\": \"**${VERSION} release of ${REPO} available now on GitHub**\n${URL}\"}" \ $DISCORD_WEBHOOK \ No newline at end of file