ModernUO/.github/workflows/post-release-discord.yml
2026-03-28 21:55:29 -07:00

18 lines
491 B
YAML

name: Post Release to Discord
on:
release:
types:
- published
jobs:
post-release-discord:
runs-on: ubuntu-latest
steps:
- name: Post Release on Discord
uses: SethCohen/github-releases-to-discord@v1.19.0
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
username: "Release Changelog"
avatar_url: "https://cdn.discordapp.com/icons/751317910504603701/ec26ab4881753077e06122da7b78bf7c.webp"
max_description: 2000