diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index de166c1..a4da28c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -18,3 +18,5 @@ jobs: - run: yarn install - run: yarn build - run: npm publish --tag next + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index e16b87a..a065d10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-mde", - "version": "12.0.1", + "version": "12.0.2", "description": "React Markdown Editor", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",