Skip to content

Commit

Permalink
Remove deprecated npm always-auth (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Feb 1, 2024
1 parent 4753ce9 commit f08d7ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/webviz-core-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit f08d7ad

Please sign in to comment.