Explorar o código

fix: typo in action yml (#47)

Co-authored-by: zwlafk <[email protected]>
zwlafk %!s(int64=4) %!d(string=hai) anos
pai
achega
4fddae3e8d
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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
       - name: get version
-        run: echo "RELEASE_VERSION="$(node script/version.js)"" >> $GITHUB_ENV
+        run: echo "RELEASE_VERSION="$(node scripts/version.js)"" >> $GITHUB_ENV
         env:
         env:
             RELEASE_TYPE: ${{ github.event.inputs.release_type }}
             RELEASE_TYPE: ${{ github.event.inputs.release_type }}
 
 

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

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