mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
fix: add diagnostic step to verify changelog file before upload
This commit is contained in:
parent
4a75e73194
commit
7bf5190449
1 changed files with 4 additions and 2 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -186,8 +186,10 @@ jobs:
|
|||
--version ${{ needs.detect-version.outputs.version }}
|
||||
fi
|
||||
|
||||
- name: Show changelog
|
||||
run: cat .changelog.md
|
||||
- name: Verify changelog exists
|
||||
run: |
|
||||
ls -la .changelog.md
|
||||
cat .changelog.md
|
||||
|
||||
- name: Upload changelog artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue