Update release action (#2548)

This commit is contained in:
Ryan Hullah
2023-12-15 09:13:54 -05:00
committed by GitHub
parent 43accdf2f0
commit 150881a941

View File

@@ -19,7 +19,7 @@ jobs:
steps:
- name: on-publish
if: github.event_name == 'release' && github.event.action == 'published'
uses: SethCohen/github-releases-to-discord@v1.13.1
uses: SethCohen/github-releases-to-discord@v1.15.0
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
- name: on-success