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