Skip to content

Fix the yarn bug when it checks url exists (#285) #236

Fix the yarn bug when it checks url exists (#285)

Fix the yarn bug when it checks url exists (#285) #236

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