File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 with :
6969 version : pnpm run version
7070 # Use changeset publish to only publish packages that were actually bumped
71- publish : ${{ (inputs.dry-run == true || inputs.publish-npm == false) && 'echo Skipping npm publish' || 'sh -c " pnpm build && pnpm changeset publish" ' }}
71+ publish : ${{ (inputs.dry-run == true || inputs.publish-npm == false) && 'echo Skipping npm publish' || 'pnpm run release ' }}
7272 createGithubReleases : ${{ inputs.create-release != false }}
7373 env :
7474 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2020 "clean" : " turbo clean" ,
2121 "changeset" : " changeset" ,
2222 "version" : " changeset version && pnpm codegen all" ,
23+ "release" : " pnpm build && pnpm changeset publish" ,
2324 "publish:pypi" : " cd packages/oxa-types-py && uv build && uv publish" ,
2425 "publish:crates" : " cd packages/oxa-types-rs && cargo publish"
2526 },
You can’t perform that action at this time.
0 commit comments