Skip to content

fix: change returned type in CrudService.create (#24) #321

fix: change returned type in CrudService.create (#24)

fix: change returned type in CrudService.create (#24) #321

Workflow file for this run

name: NPM Publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
- run: yarn
- run: yarn build
- uses: JS-DevTools/npm-publish@v1
with:
package: ./dist/package.json
token: ${{ secrets.NPM_TOKEN }}