From 6541f1399f09a6674757205c8a5767354f358866 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Mon, 11 Mar 2024 07:08:32 +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..ed164a1 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/global-state ${{ env.RELEASE_TAG }} + bodyFile: release-notes.md