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