Skip to content

0.10.10

0.10.10 #177

Workflow file for this run

name: Post Release To Discord
on:
release:
types: [published]
jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
- name: 📧 Post to Discord
uses: SethCohen/github-releases-to-discord@v1.16.2
with:
webhook_url: ${{ secrets.DISCORD_RELEASE_WEBHOOK_URL }}
color: "2105893"
username: "GitHub"
avatar_url: "https://cdn.discordapp.com/icons/1059888774789730424/bc13378b871c363137358a531e1a2f82.png"