Merge branch 'main' of github.com:skykooler/Lightningbeam
This commit is contained in:
commit
a47b301bab
|
|
@ -106,10 +106,12 @@ jobs:
|
||||||
|
|
||||||
- name: Extract release notes from Changelog.md
|
- name: Extract release notes from Changelog.md
|
||||||
id: changelog
|
id: changelog
|
||||||
uses: peter-evans/extract-markdown-section@v1
|
uses: sean0x42/markdown-extract@v2.1.0
|
||||||
|
if: matrix.platform == 'ubuntu-22.04'
|
||||||
with:
|
with:
|
||||||
|
pattern: "${{ env.VERSION }}:" # Look for the version header (e.g., # 0.6.15-alpha:)
|
||||||
file: Changelog.md
|
file: Changelog.md
|
||||||
pattern: "# ${{ env.VERSION }}:" # Look for the version header (e.g., # 0.6.15-alpha:)
|
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