Changed token read type

This commit is contained in:
Nicolai Ort 2020-08-30 15:12:58 +02:00
parent 7d78b2d668
commit 0b623200db
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ publish:
- triggers
script:
- npm run build
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc
- echo '//registry.npmjs.org/:_authToken=$NPM_TOKEN'>.npmrc
- npm publish