diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index 20c26c3..b585968 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -25,9 +25,9 @@ jobs: corepack enable corepack prepare yarn@stable --activate - - name: Get yarn cache directory path - id: yarn-cache-dir-path - run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT + # - name: Get yarn cache directory path + # id: yarn-cache-dir-path + # run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT # - name: Persistent Yarn Cache # uses: actions/cache@v4