From df63a4f10cfcaf5c37e1e82fd2e9daf97067f121 Mon Sep 17 00:00:00 2001 From: Graeme Rocher Date: Wed, 18 Mar 2020 10:55:10 +0100 Subject: [PATCH] Update release-notes.yml --- .github/workflows/release-notes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 08a8e9d91..e59820148 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -19,7 +19,7 @@ jobs: allowUpdates: true commit: master draft: true - name: Micronaut Micrometer ${{ steps.release_notes.outputs.next_version }} + name: Micronaut SQL ${{ steps.release_notes.outputs.next_version }} tag: v${{ steps.release_notes.outputs.next_version }} bodyFile: CHANGELOG.md - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }}