From bd32589bb94b762659a00a10af22a8ecb469baa9 Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Wed, 14 Jul 2021 17:00:47 -0400 Subject: [PATCH] Remove NPM token check --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e86e5b468..44ee8213b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,9 +53,6 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - name: Check NPM_TOKEN secret - if: secrets.NPM_TOKEN == null || secrets.NPM_TOKEN == '' - run: exit 1 - uses: actions/checkout@v2 - name: Restore build artifacts uses: actions/cache@v2