We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm
always-auth
1 parent 4753ce9 commit f08d7adCopy full SHA for f08d7ad
.github/workflows/webviz-core-components.yml
@@ -96,7 +96,6 @@ jobs:
96
cp ../README.md .
97
npm version --no-git-tag-version ${GITHUB_REF//refs\/tags\//}
98
npm config set '//registry.npmjs.org/:_authToken' '${NPM_TOKEN}'
99
- npm config set always-auth true
100
# Use 'latest' tag if $NPM_PUBLISH_TAG is not set:
101
npm publish --access public --tag ${NPM_PUBLISH_TAG:-latest}
102
0 commit comments