From 1798c01c39a5eb7881c14ad1e4d18f7f7f766cb5 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Mon, 11 Mar 2024 07:18:15 +0100 Subject: [PATCH] Configure 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 6c4d83ab41b..5ea0e04a8f9 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 ${{ env.RELEASE_TAG }} + bodyFile: release-notes.md