From dcd14d22cc3d702ea730a763d8c117bebdc08931 Mon Sep 17 00:00:00 2001 From: skykooler Date: Sun, 5 Jan 2025 19:47:12 -0500 Subject: [PATCH] Try and fix markdown-extract --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 18643a4..98f0f0f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -109,8 +109,9 @@ jobs: uses: sean0x42/markdown-extract@v2.1.0 if: matrix.platform == 'ubuntu-22.04' with: - pattern: "# ${{ env.VERSION }}:" # Look for the version header (e.g., # 0.6.15-alpha:) - file: "Changelog.md" + pattern: "${{ env.VERSION }}:" # Look for the version header (e.g., # 0.6.15-alpha:) + file: Changelog.md + no-ptint-matched-heading: true - name: Create Release with Tauri Action uses: tauri-apps/tauri-action@v0