fix it better

This commit is contained in:
skykooler 2025-01-05 16:59:20 -05:00 committed by GitHub
parent 99332930bb
commit 67a40bb851
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: sean0x42/markdown-extract@v4 uses: sean0x42/markdown-extract@v2.1.0
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:)