From 07778c5bd8d8bf7436a1bf8ba958a70012b6dc8c Mon Sep 17 00:00:00 2001 From: Ignasi Marimon-Clos Date: Mon, 8 Feb 2021 17:27:22 +0100 Subject: [PATCH] Update release-drafter.yml --- .github/workflows/release-drafter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 718fa44d9..113b23459 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -12,8 +12,8 @@ jobs: steps: # Drafts your next Release notes as Pull Requests are merged into "master" - uses: release-drafter/release-drafter@v5 - with: - # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml + # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml + # with: # config-name: my-config.yml env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}