From f08d7ad212e1be45bbb46c98fe91f1ac6e59d29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Fredrik=20Ki=C3=A6r?= <31612826+anders-kiaer@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:54:46 +0100 Subject: [PATCH] Remove deprecated `npm` `always-auth` (#300) --- .github/workflows/webviz-core-components.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/webviz-core-components.yml b/.github/workflows/webviz-core-components.yml index 0fa4b988..ef2835fb 100644 --- a/.github/workflows/webviz-core-components.yml +++ b/.github/workflows/webviz-core-components.yml @@ -96,7 +96,6 @@ jobs: cp ../README.md . npm version --no-git-tag-version ${GITHUB_REF//refs\/tags\//} npm config set '//registry.npmjs.org/:_authToken' '${NPM_TOKEN}' - npm config set always-auth true # Use 'latest' tag if $NPM_PUBLISH_TAG is not set: npm publish --access public --tag ${NPM_PUBLISH_TAG:-latest}