Try and fix markdown-extract
This commit is contained in:
parent
973a1f6b5f
commit
5d0a17b3ce
|
|
@ -109,8 +109,8 @@ jobs:
|
||||||
uses: sean0x42/markdown-extract@v2.1.0
|
uses: sean0x42/markdown-extract@v2.1.0
|
||||||
if: matrix.platform == 'ubuntu-22.04'
|
if: matrix.platform == 'ubuntu-22.04'
|
||||||
with:
|
with:
|
||||||
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:)
|
||||||
|
file: "Changelog.md"
|
||||||
|
|
||||||
- name: Create Release with Tauri Action
|
- name: Create Release with Tauri Action
|
||||||
uses: tauri-apps/tauri-action@v0
|
uses: tauri-apps/tauri-action@v0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue