Skip to content

v0.6.2

v0.6.2 #11

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 }}