We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b74537a + c0fe94b commit 41fd4ecCopy full SHA for 41fd4ec
.github/workflows/release.yaml
@@ -13,6 +13,9 @@ jobs:
13
14
runs-on: ubuntu-latest
15
16
+ permissions:
17
+ contents: write
18
+
19
steps:
20
- name: Checkout
21
uses: actions/checkout@v4
@@ -34,6 +37,7 @@ jobs:
34
37
- name: Create release
35
38
uses: ncipollo/release-action@v1
36
39
with:
- bodyFile: release-notes.md
- tag: ${{ env.RELEASE_TAG }}
40
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