We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404880d commit f7067ffCopy full SHA for f7067ff
.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
78
with:
79
artifacts: "${{ env.header_file_path }}"
80
draft: true
81
- bodyFile: ".github/workflows/release_body.md"
+ bodyFile: ".github/data/release_body.md"
82
tag: v${{ inputs.major }}.${{ inputs.minor }}.${{ inputs.patch }}
83
commit: release/v${{ inputs.major }}.${{ inputs.minor }}
84
0 commit comments