Skip to content

Correct message if the latest version of parent is used for update-pa… #339

Correct message if the latest version of parent is used for update-pa…

Correct message if the latest version of parent is used for update-pa… #339

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