Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ci): add pkg-pr-new-publish job
This commit adds a new job to the GitHub Actions workflow. The job is named 'pkg-pr-new-publish' and it runs on ubuntu-latest. It uses the actions/checkout@v4 and oven-sh/setup-bun@v2 actions, installs dependencies with 'bun i --frozen-lockfile', builds the project with 'bun run build', and finally publishes the package with 'bunx pkg-pr-new publish'.
- Loading branch information