From 0267ebeab2a09bae007fdcef73bbb067bbfb8989 Mon Sep 17 00:00:00 2001 From: Max Daunarovich Date: Thu, 3 Jun 2021 01:57:44 +0300 Subject: [PATCH] Update publish workflow --- .github/workflows/publish.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e054f66..4f8b68a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,10 +29,6 @@ jobs: - name: Install dependencies run: npm ci - # build modules with microbundle - - name: Build - run: npm run build - # set auth token here instead of inside .npmrc file - name: Set config variables run: npm config set //registry.npmjs.org/:_authToken ${NPM_AUTH_TOKEN}