ci: fix automatic publish

This commit is contained in:
Karl-Philipp Wulfert
2019-05-27 16:29:10 +02:00
parent d5f33d45e2
commit 39a1f9ae8f
3 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ package:
- secrecy
stage: deploy
script:
- echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > /root/.npmrc
- echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc
- npm publish
only:
- /^v[0-9]+.[0-9]+.[0-9]+$/

6
package-lock.json generated
View File

@@ -132,9 +132,9 @@
}
},
"@openstapps/configuration": {
"version": "0.16.0",
"resolved": "https://registry.npmjs.org/@openstapps/configuration/-/configuration-0.16.0.tgz",
"integrity": "sha512-wnaSjxP0NZcK3Ke1eG/19rwChbCjLn+UCo2SsU4QN35MgyUUci/Y/4/v1kKxznHL7VWlx0bW3cLxCVvNtBMw7w==",
"version": "0.16.1",
"resolved": "https://registry.npmjs.org/@openstapps/configuration/-/configuration-0.16.1.tgz",
"integrity": "sha512-GEYYfL0do3jikl2UyfvNdGJoQZGeo9sCYkfDrCsOYDZNxuHkHq5fzOPx8OJtMLblNzLgN65tiW+JPRWw6wTwKg==",
"dev": true,
"requires": {
"@types/node": "10.14.4",

View File

@@ -48,7 +48,7 @@
"statements": 95
},
"devDependencies": {
"@openstapps/configuration": "0.16.0",
"@openstapps/configuration": "0.16.1",
"@types/chai": "4.1.7",
"@types/chai-as-promised": "7.1.0",
"@types/mocha": "5.2.6",