Plex-Meta-Manager/.github/workflows/release.yml

23 lines
877 B
YAML
Raw Normal View History

2022-03-08 16:35:10 -05:00
name: Release
on:
release:
types: [ published ]
jobs:
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
2023-12-01 12:19:58 +00:00
message: "<@&967002324646113290> - A new version of Plex Meta Manager has been released and is available to all users.\n\nWe **strongly** recommend users who previously switched to the `nightly` or `develop` branches to resolve any previous issues to now switch back to the `latest` branch now."
2022-03-21 13:40:32 -04:00
username: Metabot
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/pmm.png