Skip to content

Commit 41fd4ec

Browse files
Merge branch '10.1'
2 parents b74537a + c0fe94b commit 41fd4ec

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: .github/workflows/release.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313

1414
runs-on: ubuntu-latest
1515

16+
permissions:
17+
contents: write
18+
1619
steps:
1720
- name: Checkout
1821
uses: actions/checkout@v4
@@ -34,6 +37,7 @@ jobs:
3437
- name: Create release
3538
uses: ncipollo/release-action@v1
3639
with:
37-
bodyFile: release-notes.md
38-
tag: ${{ env.RELEASE_TAG }}
3940
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)