fix: add debug step to diagnose changelog artifact issue

This commit is contained in:
JerrettDavis 2026-04-15 22:38:53 -05:00
parent e91e4f9672
commit 4a75e73194

View file

@ -307,6 +307,9 @@ jobs:
name: changelog
path: .
- name: Show changelog
run: cat .changelog.md
- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}