Skip to content

.github/workflows/discord-release.yml #2

.github/workflows/discord-release.yml

.github/workflows/discord-release.yml #2

Workflow file for this run

on:
release:
types: [published]
jobs:
release-to-discord:
runs-on: ubuntu-latest
steps:
- name: send-discord-webhook
id: discord
uses: NatroTeam/discord-release-action@v1.0
with:
webhook_url: ${{secrets.RELEASE_WEBHOOK_URL}}