Compare commits

...

2 Commits

Author SHA1 Message Date
1ff0337112 2.4.4 2017-07-27 21:55:13 +02:00
6b15728fbf fix gitlab ci 2017-07-27 21:55:09 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ testSTABLE:
release: release:
stage: release stage: release
script: script:
- npmci publish - npmci publish npm
only: only:
- tags - tags
tags: tags:

View File

@@ -1,6 +1,6 @@
{ {
"name": "npmci", "name": "npmci",
"version": "2.4.3", "version": "2.4.4",
"description": "node and docker in gitlab ci on steroids", "description": "node and docker in gitlab ci on steroids",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",