Debug better
This commit is contained in:
parent
923b7abdad
commit
f621ebf225
|
|
@ -26,6 +26,11 @@ 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
|
||||||
|
|
||||||
|
- name: Debug the extracted release notes
|
||||||
|
run: |
|
||||||
|
echo "Extracted Release Notes: ${{ steps.changelog.outputs.markdown }}"
|
||||||
|
echo "All outputs: ${{ steps.changelog.outputs }}"
|
||||||
|
|
||||||
publish-tauri:
|
publish-tauri:
|
||||||
needs: extract-changelog
|
needs: extract-changelog
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue