Compare commits

..

2 Commits

Author SHA1 Message Date
Ferdinand Thiessen 9fb6996924 chore(deps): Update dependencies + tag new version
continuous-integration/woodpecker the build was successful Details
2021-12-13 20:15:32 +01:00
Ferdinand Thiessen b809f868b0 feat(ci): Added woodpecker CI 2021-12-13 20:15:26 +01:00
1 changed files with 4 additions and 7 deletions

View File

@ -3,13 +3,10 @@ pipeline:
when: when:
event: tag event: tag
tag: v* tag: v*
image: plugins/npm image: node:lts-alpine
settings: commands:
token: - echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc
from_secret: node_auth_token secrets: [ node_auth_token ]
username:
from_secret: node_username
secrets: [ node_auth_token, node_username ]
depends_on: depends_on:
- lint - lint