Skip to content

Commit

Permalink
Release 2.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
oze4 committed Dec 22, 2020
1 parent 0086756 commit f294b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f294b0d

Please sign in to comment.