diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c3f5d6fc035..69141022e58 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,10 +25,6 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - name: Get yarn cache directory path - id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" - - name: Cache dependencies uses: actions/cache@v2 with: