Skip to content

fix: fix type error when using getQueryKey (#36) #39

fix: fix type error when using getQueryKey (#36)

fix: fix type error when using getQueryKey (#36) #39

Workflow file for this run

name: Publish Package to npmjs
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: npm install
- run: npm run build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}