From ebfc8777f0161e639d37b609917c69fa533b1d09 Mon Sep 17 00:00:00 2001 From: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com> Date: Tue, 9 May 2023 15:59:16 +0200 Subject: [PATCH] fix(workflows): Script name --- .github/workflows/release-notifications.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-notifications.yml b/.github/workflows/release-notifications.yml index 104c25163c..34480844af 100644 --- a/.github/workflows/release-notifications.yml +++ b/.github/workflows/release-notifications.yml @@ -53,7 +53,7 @@ jobs: - name: Generate Discord Notification id: notification - run: message=$(node ./scripts/discord-notis.js '${{ github.event.release.tag_name}}' '${{ github.event.release.html_url }}') && echo ::set-output name=message::${message//$'\n'/'%0A'} + run: message=$(node ./scripts/generate-discord-message.js '${{ github.event.release.tag_name}}' '${{ github.event.release.html_url }}') && echo ::set-output name=message::${message//$'\n'/'%0A'} - name: Discord Notification id: discord-notification