Skip to content

Commit

Permalink
update NPM authentication (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
carrolp authored Dec 6, 2023
1 parent bc94db9 commit 71283c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ script:
deploy:
# Publish npm package with tag "next" on release candidates
- provider: npm
email: "${NPMJS_EMAIL}"
api_key: "${NPMJS_API_KEY}"
email: "${NPMJS_EMAIL_20231206}"
api_key: "${NPMJS_API_KEY_20231206}"
tag: next
skip_cleanup: true
on:
tags: true
condition: ${TRAVIS_TAG} =~ ^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)$
# Publish npm package as "latest" on release
- provider: npm
email: "${NPMJS_EMAIL}"
api_key: "${NPMJS_API_KEY}"
email: "${NPMJS_EMAIL_20231206}"
api_key: "${NPMJS_API_KEY_20231206}"
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 71283c9

Please sign in to comment.