Skip to content

feat: remove automatically inspect primary key #88

feat: remove automatically inspect primary key

feat: remove automatically inspect primary key #88

Workflow file for this run

name: 'publish'
on:
push:
branches:
- main
jobs:
release:
name: publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org
cache: 'yarn'
- run: |
git config --global user.name 'liaoliao666'
git config --global user.email '1076988944@qq.com'
yarn
yarn test && yarn build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_AUTH_TOKEN }}