Skip to content

fix: allow images (including stills) for an episode to be fetched #73

fix: allow images (including stills) for an episode to be fetched

fix: allow images (including stills) for an episode to be fetched #73

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/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}