Skip to content

Commit f7067ff

Browse files
committed
Release body path typo in the action
1 parent 404880d commit f7067ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
artifacts: "${{ env.header_file_path }}"
8080
draft: true
81-
bodyFile: ".github/workflows/release_body.md"
81+
bodyFile: ".github/data/release_body.md"
8282
tag: v${{ inputs.major }}.${{ inputs.minor }}.${{ inputs.patch }}
8383
commit: release/v${{ inputs.major }}.${{ inputs.minor }}
8484

0 commit comments

Comments
 (0)