Skip to content

v0.5.2

v0.5.2 #8

Workflow file for this run

name: "Notify Discord"
on:
release:
types: [released]
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Send update
uses: nhevia/[email protected]
with:
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}