Skip to content

Commit 90dfdaa

Browse files
Fix NPM deployment
1 parent 2140710 commit 90dfdaa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ deploy:npm:
6565
- apk add --no-cache git
6666
- npm install --quiet
6767
- scripts/update-authors.sh
68+
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc
6869
- npm publish --access public
6970
only:
7071
- tags

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)