mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-30 08:11:11 +00:00
Adding woodpecker 1
This commit is contained in:
parent
360196c8ae
commit
b8ad6b527f
1 changed files with 5 additions and 15 deletions
|
@ -1,24 +1,15 @@
|
||||||
---
|
pipeline:
|
||||||
kind: pipeline
|
yarn:
|
||||||
name: amd64
|
|
||||||
|
|
||||||
platform:
|
|
||||||
os: linux
|
|
||||||
arch: amd64
|
|
||||||
|
|
||||||
steps:
|
|
||||||
|
|
||||||
- name: yarn
|
|
||||||
image: node:17-alpine
|
image: node:17-alpine
|
||||||
commands:
|
commands:
|
||||||
- yarn
|
- yarn
|
||||||
|
|
||||||
- name: yarn lint
|
yarn_lint:
|
||||||
image: node:17-alpine
|
image: node:17-alpine
|
||||||
commands:
|
commands:
|
||||||
- yarn lint
|
- yarn lint
|
||||||
|
|
||||||
- name: npm publish
|
npm_publish:
|
||||||
image: node:17-alpine
|
image: node:17-alpine
|
||||||
commands:
|
commands:
|
||||||
- echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" >> .npmrc
|
- echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" >> .npmrc
|
||||||
|
@ -29,5 +20,4 @@ steps:
|
||||||
from_secret: npm_token
|
from_secret: npm_token
|
||||||
NPM_EMAIL: tyhou13@gmx.com
|
NPM_EMAIL: tyhou13@gmx.com
|
||||||
when:
|
when:
|
||||||
ref:
|
event: tag
|
||||||
- refs/tags/*
|
|
Loading…
Reference in a new issue