2022-03-08 16:35:10 -05:00
|
|
|
name: Release
|
|
|
|
|
|
|
|
on:
|
|
|
|
release:
|
|
|
|
types: [ published ]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
2022-03-19 18:52:59 -04:00
|
|
|
release-notification:
|
2022-03-08 16:35:10 -05:00
|
|
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
|
|
|
|
- name: Send Discord Release Notification
|
2022-03-18 15:21:36 -04:00
|
|
|
uses: meisnate12/discord-notifications@master
|
2022-03-08 16:35:10 -05:00
|
|
|
with:
|
2022-03-16 03:00:22 -04:00
|
|
|
webhook_id: ${{ secrets.RELEASE_WEBHOOK_ID }}
|
2022-03-18 15:21:36 -04:00
|
|
|
webhook_token: ${{ secrets.RELEASE_WEBHOOK_TOKEN }}
|
|
|
|
release: true
|
|
|
|
title: Plex Meta Manager Release VERSION
|
2022-04-22 11:24:44 -04:00
|
|
|
message: "@Master Notifications"
|
2022-03-21 13:40:32 -04:00
|
|
|
username: Metabot
|
2022-04-22 11:24:44 -04:00
|
|
|
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/pmm.png
|