From 328a747f499cca790acff5634a4e55b957f40634 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Mon, 11 Mar 2024 07:17:15 +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 6c4d83ab4..11111a6b7 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: phpunit/php-code-coverage ${{ env.RELEASE_TAG }} + bodyFile: release-notes.md