Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 0423c26

Browse files
committed
fix(release): Fix npm publish with login.
1 parent 99b79b8 commit 0423c26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ script:
2727
before_script:
2828
- npm prune
2929
after_success:
30+
- printf "$NPM_USER\n$NPM_PWD\n$NPM_USER@redhat.com" | npm login
3031
- npm run semantic-release
3132
- npm run publish-travis
3233

0 commit comments

Comments
 (0)