Skip to content

Commit 7f78c7b

Browse files
authored
Merge pull request #1757 from CecileRobertMichon/gh-action-fix
Fix release notes path in release workflow
2 parents 4d1384e + 6b9c361 commit 7f78c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
with:
3535
draft: true
3636
files: out/*
37-
body_path: release-notes-${{ env.RELEASE_TAG }}.md
37+
body_path: _releasenotes/release-notes-${{ env.RELEASE_TAG }}.md

0 commit comments

Comments
 (0)