Debug release notes extraction

This commit is contained in:
skykooler 2025-01-08 05:25:43 -05:00 committed by Skyler Lehmkuhl
parent 66bef53738
commit 901530178e
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Debug the extracted release notes
run: |
echo "Extracted Release Notes: ${{ steps.changelog.outputs.markdown }}"
echo "All outputs: ${{ steps.changelog.outputs }}"
- name: install dependencies (ubuntu only) - name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above. if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
run: | run: |