From b6d07fb33e7aa0b287207138e260537c27b439c8 Mon Sep 17 00:00:00 2001 From: ArcaneDisgea Date: Fri, 4 Jun 2021 21:57:23 -0400 Subject: [PATCH] clean up release with ay suggestions --- .github/workflows/release.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6001784..8ca6335 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,20 +17,6 @@ jobs: node-version: '14' registry-url: 'https://registry.npmjs.org' - - uses: actions/cache@v2 - id: yarn-cache - with: - path: '**/node_modules' - key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - ${{ runner.os }}-modules- - - name: Install Dependencies - if: steps.yarn-cache.outputs.cache-hit != 'true' - run: yarn install --frozen-lockfile - - - name: Build - run: yarn build - - name: Upload run: yarn publish --access public env: