Skip to content

Commit a508b37

Browse files
committed
build(ci): npm token
1 parent a884a56 commit a508b37

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.drone.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,9 @@ pipeline:
66
- npm run lint
77
- npm run test
88
- npm run build
9-
build-release:
10-
when:
11-
event: tag
12-
image: node:9
13-
commands:
14-
- npm install
15-
- npm run lint
16-
- npm run test
17-
- npm run build
189
release:
19-
when:
20-
event: tag
2110
image: plugins/npm
11+
username: flowup
2212
23-
secrets: [token]
13+
password: $PASSWORD
14+
secrets: [password]

0 commit comments

Comments
 (0)