fix markdown extract repo path
This commit is contained in:
parent
3c5e50499f
commit
99332930bb
|
|
@ -106,7 +106,7 @@ jobs:
|
|||
|
||||
- name: Extract release notes from Changelog.md
|
||||
id: changelog
|
||||
uses: peter-evans/extract-markdown-section@v1
|
||||
uses: sean0x42/markdown-extract@v4
|
||||
with:
|
||||
file: Changelog.md
|
||||
pattern: "# ${{ env.VERSION }}:" # Look for the version header (e.g., # 0.6.15-alpha:)
|
||||
|
|
|
|||
Loading…
Reference in New Issue