diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e71cd3c..64a0546 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -62,10 +62,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Get yarn cache directory path - id: yarn-cache-dir-path - run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - - name: Setup node uses: actions/setup-node@v4 with: