Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeJerred authored Jul 11, 2022
1 parent 267e118 commit d4a783d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: Ilshidur/action-discord@master
env:
DISCORD_WEBHOOK: ${{ secrets.discord_webhook }}
DISCORD_EMBEDS: '[{"title":"${{ github.event.release.tag_name }}","url":"${{ github.event.release.html_url }}"}]'
DISCORD_EMBEDS: '[{"title":"1.0.0-beta.0","url":"https://github.com/LogicOverSnacks/glint-release/releases/tag/v1.0.0-beta.0"}]'
OLD_DISCORD_EMBEDS: '[{"title":"${{ github.event.release.tag_name }}","url":"${{ github.event.release.html_url }}"}]'
with:
args: 'New version released!'

0 comments on commit d4a783d

Please sign in to comment.