Try and fix markdown-extract

This commit is contained in:
skykooler 2025-01-05 19:47:12 -05:00 committed by GitHub
parent 5d0a17b3ce
commit dcd14d22cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -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