fix(workflows): Script name
This commit is contained in:
@@ -53,7 +53,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate Discord Notification
|
- name: Generate Discord Notification
|
||||||
id: 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
|
- name: Discord Notification
|
||||||
id: discord-notification
|
id: discord-notification
|
||||||
|
|||||||
Reference in New Issue
Block a user