Skip to content

Commit c0fe94b

Browse files
committedMar 11, 2024
Include package name in release name
1 parent f2d392a commit c0fe94b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: Create release
3838
uses: ncipollo/release-action@v1
3939
with:
40-
bodyFile: release-notes.md
41-
tag: ${{ env.RELEASE_TAG }}
4240
token: ${{ secrets.GITHUB_TOKEN }}
41+
tag: ${{ env.RELEASE_TAG }}
42+
name: phpunit/php-code-coverage ${{ env.RELEASE_TAG }}
43+
bodyFile: release-notes.md

0 commit comments

Comments
 (0)