Skip to content

Find the top directory where the manifest file is located (#180) #136

Find the top directory where the manifest file is located (#180)

Find the top directory where the manifest file is located (#180) #136

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 }}