Compare commits

..

2 Commits

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

View File

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