Skip to content

Commit

Permalink
chore: update release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <[email protected]>
(cherry picked from commit b5ef37173a70ca39d30ba0165f6631e017b677c2)
  • Loading branch information
Tomas2D committed Dec 13, 2024
1 parent 368aa2a commit 7e3d8ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Slackbot on release
name: Notify on release

on:
workflow_dispatch:
Expand All @@ -22,6 +22,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Github Releases To Discord
uses: SethCohen/github-releases-to-discord@v1
uses: SethCohen/github-releases-to-discord@master
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}

0 comments on commit 7e3d8ef

Please sign in to comment.