Co-authored-by: zwlafk <[email protected]>
@@ -26,7 +26,7 @@ jobs:
- name: get version
- run: echo "RELEASE_VERSION="$(node script/version.js)"" >> $GITHUB_ENV
+ run: echo "RELEASE_VERSION="$(node scripts/version.js)"" >> $GITHUB_ENV
env:
RELEASE_TYPE: ${{ github.event.inputs.release_type }}
@@ -15,7 +15,7 @@ jobs:
node-version: 14
- run: |
npm i -g lerna && npm run bootstrap
- node script/release.js
+ node scripts/release.js
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHANGELOG_PATH: content/start/changelog/index.md, content/start/changelog/index-en-US.md