Skip to content

v0.0.33

v0.0.33 #39

Workflow file for this run

name: Release Notify
on:
release:
types: [published]
jobs:
discord:
runs-on: ubuntu-latest
steps:
- uses: sarisia/actions-status-discord@v1
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}