Skip to content

v0.4.3

v0.4.3 #3

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