We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6affc7 commit c317d65Copy full SHA for c317d65
.github/workflows/release.yaml
@@ -37,6 +37,7 @@ jobs:
37
- name: Create release
38
uses: ncipollo/release-action@v1
39
with:
40
- bodyFile: release-notes.md
41
- tag: ${{ env.RELEASE_TAG }}
42
token: ${{ secrets.GITHUB_TOKEN }}
+ tag: ${{ env.RELEASE_TAG }}
+ name: phpunit/php-text-template ${{ env.RELEASE_TAG }}
43
+ bodyFile: release-notes.md
0 commit comments