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