Skip to content

v3.1.0

v3.1.0 #12

Workflow file for this run

on:
release:
types: [published]
jobs:
notify-release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: GitHub Releases to Discord
uses: SethCohen/github-releases-to-discord@v1
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
color: "2105893"
username: "Release Changelog"
avatar_url: "https://cdn.discordapp.com/icons/1470288400157380710/6f397b4a2e9561dc7ad43526588cfd67.png"
content: "||@everyone||"
footer_title: "Changelog"
reduce_headings: true