mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 01:36:52 +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
|
||||
with:
|
||||
node-version: 18
|
||||
- name: Run release.sh
|
||||
- name: Install dependencies
|
||||
run: npm install -g execa commander
|
||||
- name: Run script
|
||||
shell: bash
|
||||
run: |
|
||||
node scripts/release/changelogAndRelease.js
|
||||
|
Loading…
Reference in New Issue
Block a user