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

24 lines
921 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
2024-04-22 10:20:12 -04:00
uses: Kometa-Team/discord-notifications@master
2022-03-08 16:35:10 -05:00
with:
2024-04-23 11:33:27 -04:00
webhook_id_token: ${{ secrets.RELEASE_WEBHOOK }}
2022-03-18 15:21:36 -04:00
release: true
2024-04-22 10:20:12 -04:00
title: Release VERSION
message: "<@&967002324646113290> - A new version of Kometa 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."
username: Kobota
2024-04-29 10:49:46 -04:00
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/bot.png
2024-04-22 10:20:12 -04:00
author: Kometa Release
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/release.png