From 2a89079ba3d046e065ec85dfcb3669b61b5dbebb Mon Sep 17 00:00:00 2001 From: andrerpena Date: Mon, 2 May 2022 11:42:32 +0100 Subject: [PATCH] Update secret thing --- .github/workflows/npm-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 2a77bb0..ca2223b 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -27,7 +27,6 @@ jobs: with: node-version: 16 registry-url: https://registry.npmjs.org/ - - run: npm ci - run: npm publish --tag next env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}