Skip to content

Commit d4a783d

Browse files
authored
Update release.yml
1 parent 267e118 commit d4a783d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: Ilshidur/action-discord@master
1717
env:
1818
DISCORD_WEBHOOK: ${{ secrets.discord_webhook }}
19-
DISCORD_EMBEDS: '[{"title":"${{ github.event.release.tag_name }}","url":"${{ github.event.release.html_url }}"}]'
19+
DISCORD_EMBEDS: '[{"title":"1.0.0-beta.0","url":"https://github.com/LogicOverSnacks/glint-release/releases/tag/v1.0.0-beta.0"}]'
20+
OLD_DISCORD_EMBEDS: '[{"title":"${{ github.event.release.tag_name }}","url":"${{ github.event.release.html_url }}"}]'
2021
with:
2122
args: 'New version released!'

0 commit comments

Comments
 (0)