Skip to content

v9.2.6

v9.2.6 #80

Workflow file for this run

name: Notify
on:
release:
types: [published]
jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: SethCohen/github-releases-to-discord@v1.20
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
color: "2105893"
username: "D4LF Release"