fix it better
This commit is contained in:
parent
99332930bb
commit
67a40bb851
|
|
@ -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:)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue