diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a39c657..37833aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,4 +55,4 @@ jobs: - name: Publish to npm env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - run: pnpm publish --access public + run: pnpm publish --access public --no-git-checks diff --git a/package.json b/package.json index 29b2883..bf1808a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "longdomap-react", - "version": "0.0.3", + "version": "0.0.4", "description": "Easy-to-use React component for Longdo Map.", "main": "./dist/index.cjs", "module": "./dist/index.js",