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

24 lines
921 B
YAML
Raw Normal View History

2022-03-08 21:35:10 +00:00
name: Release
on:
release:
types: [ published ]
jobs:
release-notification:
2022-03-08 21:35:10 +00:00
runs-on: ubuntu-latest
steps:
- name: Send Discord Release Notification
2024-04-22 14:20:12 +00:00
uses: Kometa-Team/discord-notifications@master
2022-03-08 21:35:10 +00:00
with:
2024-04-23 15:33:27 +00:00
webhook_id_token: ${{ secrets.RELEASE_WEBHOOK }}
2022-03-18 19:21:36 +00:00
release: true
2024-04-22 14:20:12 +00: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 14:49:46 +00:00
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/bot.png
2024-04-22 14:20:12 +00:00
author: Kometa Release
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/release.png