From d13d78caab2fbd5f1f85a8a14ede42fd0d8b308f Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Mon, 11 Mar 2024 06:57:11 +0100 Subject: [PATCH] Include package name in release name --- .github/workflows/release.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6c4d83a..6933c2b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,6 +37,7 @@ jobs: - name: Create release uses: ncipollo/release-action@v1 with: - bodyFile: release-notes.md - tag: ${{ env.RELEASE_TAG }} token: ${{ secrets.GITHUB_TOKEN }} + tag: ${{ env.RELEASE_TAG }} + name: sebastian/csv-parser ${{ env.RELEASE_TAG }} + bodyFile: release-notes.md