Skip to content

chore: change radarr update embeds to own channel #49

chore: change radarr update embeds to own channel

chore: change radarr update embeds to own channel #49

name: Release Drafter
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Release Drafter
uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}