Skip to content

Commit 2c7ce71

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

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.drone.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,10 @@ 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:
1910
when:
20-
event: tag
11+
event: tag
2112
image: plugins/npm
22-
23-
secrets: [token]
13+
username: flowup
14+
password: $PASSWORD
15+
secrets: [password]

0 commit comments

Comments
 (0)