Plex-Meta-Manager/.github/workflows/release.yml
2022-03-12 02:01:48 -05:00

21 lines
No EOL
375 B
YAML

name: Release
on:
release:
types: [ published ]
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Check Out Repo
uses: actions/checkout@v3
- name: Send Discord Release Notification
uses: bythope/discord-webhook-messages@v1.1.0
with:
webhookUrl: ${{ secrets.RELEASE_WEBHOOK }}
handler: 'release'