File tree Expand file tree Collapse file tree 8 files changed +9
-10
lines changed Expand file tree Collapse file tree 8 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,10 @@ jobs:
2929
3030 - name : Authenticate to npm and publish
3131 run : |
32- pnpm build
3332 echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
34- pnpm publish packages/core --access public --tag canary --no-git-checks
35- pnpm publish packages/nextjs --access public --tag canary --no-git-checks
36- pnpm publish packages/nuxt --access public --tag canary --no-git-checks
33+ for dir in packages/*/; do
34+ npm publish "$dir" --access public --tag canary
35+ done
3736
3837 - name : Create a new comment notifying of the new canary version
3938 uses : actions/github-script@v6
Original file line number Diff line number Diff line change 1313 "@t3-oss/env-core" : " workspace:*" ,
1414 "astro" : " ^2.3.0" ,
1515 "solid-js" : " ^1.4.3" ,
16- "zod" : " ^3.22.4 "
16+ "zod" : " ^3.23.0 "
1717 },
1818 "devDependencies" : {
1919 "vite" : " ^4.3.1"
Original file line number Diff line number Diff line change 1212 "next" : " ^14.2.1" ,
1313 "react" : " ^18.2.0" ,
1414 "react-dom" : " ^18.2.0" ,
15- "zod" : " ^3.22.4 "
15+ "zod" : " ^3.23.0 "
1616 },
1717 "devDependencies" : {
1818 "@types/node" : " ^20.12.0" ,
Original file line number Diff line number Diff line change 1414 },
1515 "dependencies" : {
1616 "@t3-oss/env-nuxt" : " workspace:*" ,
17- "zod" : " ^3.22.4 "
17+ "zod" : " ^3.23.0 "
1818 }
1919}
Original file line number Diff line number Diff line change 3939 "devDependencies" : {
4040 "bunchee" : " ^5.1.2" ,
4141 "typescript" : " ^5.4.5" ,
42- "zod" : " ^3.22.4 "
42+ "zod" : " ^3.23.0 "
4343 }
4444}
Original file line number Diff line number Diff line change 4343 "devDependencies" : {
4444 "bunchee" : " ^5.1.2" ,
4545 "typescript" : " ^5.4.5" ,
46- "zod" : " ^3.22.4 "
46+ "zod" : " ^3.23.0 "
4747 }
4848}
Original file line number Diff line number Diff line change 4343 "devDependencies" : {
4444 "bunchee" : " ^5.1.2" ,
4545 "typescript" : " ^5.4.5" ,
46- "zod" : " ^3.22.4 "
46+ "zod" : " ^3.23.0 "
4747 }
4848}
You can’t perform that action at this time.
0 commit comments