diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eddc302..c166684 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,6 +38,6 @@ jobs: run: pnpm --filter reactotron-react-query build - name: Publish package - run: pnpm --filter reactotron-react-query publish --access public + run: pnpm --filter reactotron-react-query publish --access public --no-git-checks env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/packages/reactotron-react-query/package.json b/packages/reactotron-react-query/package.json index c8736c6..fd2a136 100644 --- a/packages/reactotron-react-query/package.json +++ b/packages/reactotron-react-query/package.json @@ -1,6 +1,6 @@ { "name": "reactotron-react-query", - "version": "2.0.0", + "version": "2.0.1", "description": "Reactotron plugin for React Query", "main": "dist/src/index.js", "types": "dist/types/index.d.ts",