From 0b77b7f819a4e9a1b12f354d49afe5fc248a605b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:10:45 +0000 Subject: [PATCH] Bump release-drafter/release-drafter from 5.14.0 to 5.15.0 Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.14.0 to 5.15.0. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/v5.14.0...v5.15.0) Signed-off-by: dependabot[bot] --- .github/workflows/release-notes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 2662245b..fa9f9cea 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Publish the release notes - uses: release-drafter/release-drafter@v5.14.0 + uses: release-drafter/release-drafter@v5.15.0 with: publish: "${{ steps.check-version.outputs.tag != '' }}" tag: "${{ steps.check-version.outputs.tag }}"