Skip to content

Commit 7c1a168

Browse files
committed
Fix path to CHANGELOG in release workflow for extracting release notes
1 parent ccc3275 commit 7c1a168

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
@@ -82,7 +82,7 @@ jobs:
8282
$0 == header { in_section=1; next }
8383
/^## / { if (in_section) exit }
8484
in_section { print }
85-
' CHANGELOG.md > release_notes.md
85+
' docs/CHANGELOG.md > release_notes.md
8686
8787
- name: Create GitHub Release
8888
if: github.ref_type == 'tag' || inputs.create_release == true

0 commit comments

Comments
 (0)