Update release-changelog.yml

This commit is contained in:
方帅 2024-01-04 20:02:57 +08:00 committed by GitHub
parent 7f53c8e825
commit cd729dc932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,11 @@ jobs:
langs: 'en,zh' langs: 'en,zh'
tag_name: ${{github.event.release.tag_name}} tag_name: ${{github.event.release.tag_name}}
file_name: changelog.md file_name: changelog.md
- name: Build packages
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: node common/scripts/install-run-rush.js build --only tag:package
- name: Push branch - name: Push branch
run: | run: |