Compare commits

..

2 Commits

Author SHA1 Message Date
Ferdinand Thiessen 091f3b24bb chore(deps): Update dependencies + tag new version
continuous-integration/woodpecker the build failed Details
2021-12-13 19:04:58 +01:00
Ferdinand Thiessen b725e533e7 feat(ci): Added woodpecker CI 2021-12-13 19:04:54 +01:00
1 changed files with 4 additions and 3 deletions

View File

@ -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: