Skip to content

Raven v1.0.2.0-beta-1 #10

Raven v1.0.2.0-beta-1

Raven v1.0.2.0-beta-1 #10

Workflow file for this run

name: Discord Release Notification
on:
release:
types: [published]
jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: GitHub Releases to Discord
uses: SethCohen/github-releases-to-discord@v1
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
username: "Github"
avatar_url: "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"