Skip to content

Commit 6b9c361

Browse files
author
Cecile Robert-Michon
committed
Fix release notes path in release workflow
1 parent 4d1384e commit 6b9c361

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)