Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 4a1b9e5

Browse files
author
evombau
committed
Update .gitlab-ci.yml
1 parent 221f70f commit 4a1b9e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ npm-publish:
5353
script:
5454
- touch .npmrc
5555
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
56+
- npm set registry https://registry.npmjs.org/
5657
- cd dist/material-calendar
5758
- npm publish
5859
- rm .npmrc

0 commit comments

Comments
 (0)