diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 68265648..f14e1ea0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -79,7 +79,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT shell: bash - working-directory: ja + working-directory: js - name: Restore yarn cache uses: actions/cache@v3 with: diff --git a/.github/workflows/NPM_PYPI.yml b/.github/workflows/NPM_PYPI.yml index 1a29f160..39a40e59 100644 --- a/.github/workflows/NPM_PYPI.yml +++ b/.github/workflows/NPM_PYPI.yml @@ -33,7 +33,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT shell: bash - working-directory: ja + working-directory: js - name: Restore yarn cache uses: actions/cache@v3 with: diff --git a/.github/workflows/RELEASE.yml b/.github/workflows/RELEASE.yml index 84b0662e..8d295a8a 100644 --- a/.github/workflows/RELEASE.yml +++ b/.github/workflows/RELEASE.yml @@ -43,7 +43,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT shell: bash - working-directory: ja + working-directory: js - name: Restore yarn cache uses: actions/cache@v3 with: