Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ jobs:
- name: Install dependencies
run: bun install --frozen-lockfile

# `bun install` skips the standard node_modules/.bin/changeset shim
# that npm/pnpm/yarn create, so neither npx nor PATH-based lookups
# find the binary. Installing @changesets/cli globally via npm gives
# us a clean `changeset` on PATH for the action below. We keep using
# bun for the workspace install so the project lockfile stays in use.
- name: Install changesets CLI (global, for binary on PATH)
run: npm install -g @changesets/cli

Comment thread
cursor[bot] marked this conversation as resolved.
- name: Build package
run: bun run --filter '@onkernel/managed-auth-react' build

Expand All @@ -83,7 +75,7 @@ jobs:
- name: Create release PR or publish
uses: changesets/action@v1
with:
publish: changeset publish
publish: bunx changeset publish
title: "chore: version packages"
commit: "chore: version packages"
env:
Expand Down
Loading
Loading