fix(ci): release notes 3 (#2868)

This commit is contained in:
James Rich 2025-08-27 06:33:23 -05:00 committed by GitHub
parent c7356678fa
commit dd6f60a0e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -223,7 +223,7 @@ jobs:
if: steps.generate_changelog.outputs.changelog != ''
run: |
mkdir -p whatsnew
echo "${{ steps.generate_changelog.outputs.changelog }}" > whatsnew/whatsnew-en-US.txt
echo "${{ steps.generate_changelog.outputs.changelog }}" > whatsnew/whatsnew-en-US
- name: Create version_info.txt
run: |