Skip to content

Introduce FetchStrategy to allow custom fetch strategies (#953) #415

Introduce FetchStrategy to allow custom fetch strategies (#953)

Introduce FetchStrategy to allow custom fetch strategies (#953) #415

name: Release Drafter
on:
push:
branches: ['master']
jobs:
update_release_draft:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}