From 1491108ce5513a6291dd0dcd533f5639baa51f1c Mon Sep 17 00:00:00 2001 From: Sachsenspielt Date: Tue, 2 Jan 2024 14:02:01 +0100 Subject: [PATCH] fix(npm-ci): removed no existing npm config in action --- .github/workflows/npm.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index e7eee90..6ff9b78 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -46,7 +46,6 @@ jobs: - name: Config npm run: | - npm config set always-auth true npm config set _auth ${{secrets.NPM_PUBLISH_KEY}} npm config set email ${{secrets.NPM_EMAIL}} npm config set registry https://registry.npmjs.org/