fix markdown extract repo path

This commit is contained in:
skykooler 2025-01-05 16:57:31 -05:00 committed by GitHub
parent 3c5e50499f
commit 99332930bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ jobs:
- name: Extract release notes from Changelog.md - name: Extract release notes from Changelog.md
id: changelog id: changelog
uses: peter-evans/extract-markdown-section@v1 uses: sean0x42/markdown-extract@v4
with: with:
file: Changelog.md file: Changelog.md
pattern: "# ${{ env.VERSION }}:" # Look for the version header (e.g., # 0.6.15-alpha:) pattern: "# ${{ env.VERSION }}:" # Look for the version header (e.g., # 0.6.15-alpha:)