Skip to content

Commit

Permalink
fix(ci): add access public config
Browse files Browse the repository at this point in the history
  • Loading branch information
baurine committed Jul 9, 2024
1 parent a8e2c66 commit 9479bb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- fix-ci

jobs:
release:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"dev": "pnpm -r --parallel dev",
"build": "pnpm -r build",
"test": "jest",
"release": "changeset publish --access public"
"release": "changeset publish"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"tidbcloud",
Expand Down

0 comments on commit 9479bb1

Please sign in to comment.