mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:46:00 +00:00
fix: ci
This commit is contained in:
parent
91e0a68ab8
commit
4c5be804ea
4
.github/workflows/changelog-and-release.yml
vendored
4
.github/workflows/changelog-and-release.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user