Browse Source

fix: typo in action yml (#47)

Co-authored-by: zwlafk <[email protected]>
zwlafk 4 năm trước cách đây
mục cha
commit
4fddae3e8d
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      .github/workflows/publish.yml
  2. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -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 }}
 

+ 1 - 1
.github/workflows/release.yml

@@ -15,7 +15,7 @@ jobs:
           node-version: 14
       - run: |
             npm i -g lerna && npm run bootstrap
-            node script/release.js
+            node scripts/release.js
         env:
             GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
             CHANGELOG_PATH: content/start/changelog/index.md, content/start/changelog/index-en-US.md