Debug better

This commit is contained in:
skykooler 2025-01-08 05:32:54 -05:00 committed by Skyler Lehmkuhl
parent 923b7abdad
commit f621ebf225
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@ jobs:
pattern: "${{ env.VERSION }}:" # Look for the version header (e.g., # 0.6.15-alpha:)
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:
needs: extract-changelog
permissions: