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