mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
fix: add debug step to diagnose changelog artifact issue
This commit is contained in:
parent
e91e4f9672
commit
4a75e73194
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue