Compare commits
2 Commits
9fb6996924
...
eed25f8290
Author | SHA1 | Date |
---|---|---|
Ferdinand Thiessen | eed25f8290 | |
Ferdinand Thiessen | e733ee0f40 |
|
@ -6,6 +6,7 @@ pipeline:
|
||||||
image: node:lts-alpine
|
image: node:lts-alpine
|
||||||
commands:
|
commands:
|
||||||
- echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc
|
- echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc
|
||||||
|
- yarn publish --non-interactive
|
||||||
secrets: [ node_auth_token ]
|
secrets: [ node_auth_token ]
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue