Skip to content

Commit

Permalink
Merge pull request #59 from tidbcloud/fix-ci
Browse files Browse the repository at this point in the history
fix(ci): add access public config
  • Loading branch information
baurine authored Jul 9, 2024
2 parents a8e2c66 + f9330c6 commit 3ee9b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "pnpm -r --parallel dev",
"build": "pnpm -r build",
"test": "jest",
"release": "changeset publish --access public"
"release": "changeset publish"
},
"keywords": [
"tidbcloud",
Expand Down

0 comments on commit 3ee9b2a

Please sign in to comment.