From c673ab2c4684151200ad6ef710d1580b12859dd5 Mon Sep 17 00:00:00 2001 From: Wil Wilsman Date: Mon, 29 Mar 2021 13:05:37 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Remove=20release=20build=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 443af54..95b08eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,6 @@ jobs: key: v1/${{ runner.os }}/node-12/${{ hashFiles('**/yarn.lock') }} restore-keys: v1/${{ runner.os }}/node-12/ - run: yarn - - run: yarn build - run: npm publish --tag next env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}