This commit is contained in:
xilesun 2024-09-02 11:42:45 +08:00
parent 91e0a68ab8
commit 4c5be804ea

View File

@ -42,7 +42,9 @@ jobs:
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 18 node-version: 18
- name: Run release.sh - name: Install dependencies
run: npm install -g execa commander
- name: Run script
shell: bash shell: bash
run: | run: |
node scripts/release/changelogAndRelease.js node scripts/release/changelogAndRelease.js