Skip to content

task: updated withGenres and withoutGenres to make use of the TmdbDis… #59

task: updated withGenres and withoutGenres to make use of the TmdbDis…

task: updated withGenres and withoutGenres to make use of the TmdbDis… #59

name: Update release
on:
push:
branches:
- main
jobs:
update_draft_release:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Release Drafter
uses: release-drafter/release-drafter@v5.21.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}