diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 45a5ba7c..4cd14e77 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -27,7 +27,7 @@ jobs: # create_tag: "true" # whether to create a git tag or not (defaults to "true") commit_pattern: "^Release (\\S+)" # pattern that the commit message needs to follow workspace: "." # custom workspace directory that contains the package.json file - publish_command: "npm install && npm run build" # custom publish command (defaults to yarn) + publish_command: "yarn" # custom publish command (defaults to yarn) # publish_args: "--non-interactive" # publish command arguments (for example --prod --verbose, defaults to empty) env: diff --git a/package.json b/package.json index ab8a1f3a..63c69f03 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "2.1.11", + "version": "2.1.12", "description": "Datatable for React based on https://material-ui.com/api/table/ with additional features", "main": "dist/index.js", "types": "types/index.d.ts",