Compare commits
2 Commits
cb2b77c420
...
9fb6996924
Author | SHA1 | Date |
---|---|---|
Ferdinand Thiessen | 9fb6996924 | |
Ferdinand Thiessen | b809f868b0 |
|
@ -3,13 +3,10 @@ pipeline:
|
|||
when:
|
||||
event: tag
|
||||
tag: v*
|
||||
image: plugins/npm
|
||||
settings:
|
||||
token:
|
||||
from_secret: node_auth_token
|
||||
username:
|
||||
from_secret: node_username
|
||||
secrets: [ node_auth_token, node_username ]
|
||||
image: node:lts-alpine
|
||||
commands:
|
||||
- echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc
|
||||
secrets: [ node_auth_token ]
|
||||
|
||||
depends_on:
|
||||
- lint
|
||||
|
|
Loading…
Reference in New Issue