|
@@ -48,17 +48,6 @@ steps:
|
48
|
48
|
event:
|
49
|
49
|
- tag
|
50
|
50
|
|
51
|
|
-- name: npm publish
|
52
|
|
- image: plugins/npm
|
53
|
|
- settings:
|
54
|
|
- username: frontwork
|
55
|
|
- password:
|
56
|
|
- from_secret: npm_password
|
57
|
|
- email: frontwork.me@gmail.com
|
58
|
|
- when:
|
59
|
|
- event:
|
60
|
|
- - tag
|
61
|
|
-
|
62
|
51
|
- name: deliver docs
|
63
|
52
|
image: node:12
|
64
|
53
|
commands:
|
|
@@ -77,6 +66,17 @@ steps:
|
77
|
66
|
event:
|
78
|
67
|
- tag
|
79
|
68
|
|
|
69
|
+- name: npm publish
|
|
70
|
+ image: plugins/npm
|
|
71
|
+ settings:
|
|
72
|
+ username: frontwork
|
|
73
|
+ password:
|
|
74
|
+ from_secret: npm_password
|
|
75
|
+ email: frontwork.me@gmail.com
|
|
76
|
+ when:
|
|
77
|
+ event:
|
|
78
|
+ - tag
|
|
79
|
+
|
80
|
80
|
volumes:
|
81
|
81
|
- name: cache
|
82
|
82
|
host:
|