Skip to content

Commit 1798c01

Browse files
Configure release name
1 parent 3d44437 commit 1798c01

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 ${{ env.RELEASE_TAG }}
43+
bodyFile: release-notes.md

0 commit comments

Comments
 (0)