Typo
This commit is contained in:
parent
dcd14d22cc
commit
51346f9559
|
|
@ -111,7 +111,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
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
|
file: Changelog.md
|
||||||
no-ptint-matched-heading: true
|
no-print-matched-heading: true
|
||||||
|
|
||||||
- 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