Compare commits
2 Commits
5bebf44f70
...
091f3b24bb
Author | SHA1 | Date |
---|---|---|
Ferdinand Thiessen | 091f3b24bb | |
Ferdinand Thiessen | b725e533e7 |
|
@ -3,9 +3,10 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
tag: v*
|
tag: v*
|
||||||
image: node:lts-alpine
|
image: plugins/npm
|
||||||
commands:
|
settings:
|
||||||
- yarn publish --non-interactive
|
token:
|
||||||
|
from_secret: node_auth_token
|
||||||
secrets: [ node_auth_token ]
|
secrets: [ node_auth_token ]
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue