Skip to content

Fixed '[WARNING] There were 0 download errors - check the warnings ab… #22

Fixed '[WARNING] There were 0 download errors - check the warnings ab…

Fixed '[WARNING] There were 0 download errors - check the warnings ab… #22

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