Skip to content

updated README example for new namespace (#406) #66

updated README example for new namespace (#406)

updated README example for new namespace (#406) #66

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