Skip to content

Commit 0ba2492

Browse files
Merge branch '3.0'
2 parents 7251640 + c317d65 commit 0ba2492

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

0 commit comments

Comments
 (0)