Skip to content

Release v0.3.3

Release v0.3.3 #2

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/[email protected]
with:
webhook_url: ${{ secrets.DISCORD_RELEASE_WEBHOOK_URL }}
color: '2105893'
username: 'GitHub'
avatar_url: 'https://libro.difizen.net/libro.svg'