Skip to content

Commit f08d7ad

Browse files
authored
Remove deprecated npm always-auth (#300)
1 parent 4753ce9 commit f08d7ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/webviz-core-components.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ jobs:
9696
cp ../README.md .
9797
npm version --no-git-tag-version ${GITHUB_REF//refs\/tags\//}
9898
npm config set '//registry.npmjs.org/:_authToken' '${NPM_TOKEN}'
99-
npm config set always-auth true
10099
# Use 'latest' tag if $NPM_PUBLISH_TAG is not set:
101100
npm publish --access public --tag ${NPM_PUBLISH_TAG:-latest}
102101

0 commit comments

Comments
 (0)