diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 774f280b607..95207729772 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: node-version: '16' - name: Get yarn cache directory path id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn config get cacheFolder)" + run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - uses: actions/cache@v3.0.11 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}