lemmy-js-client/.woodpecker.yml
Dessalines e371115323
Add woodpecker (#110)
* Adding woodpecker 1

* Adding woodpecker 2

* v0.17.2-rc.4
2023-03-27 12:19:19 -04:00

20 lines
391 B
YAML

pipeline:
yarn:
image: node:17-alpine
commands:
- yarn
yarn_lint:
image: node:17-alpine
commands:
- yarn lint
npm_publish:
image: node:17-alpine
commands:
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
- echo "email = tyhou13@gmx.com" >> ~/.npmrc
- npm publish
secrets: [npm_token]
when:
event: tag