Compare commits

..

2 Commits

1 changed files with 1 additions and 0 deletions
.woodpecker

View File

@ -6,6 +6,7 @@ pipeline:
image: node:lts-alpine
commands:
- echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc
- yarn publish --non-interactive
secrets: [ node_auth_token ]
depends_on: