Skip to content

Commit 0a7800a

Browse files
theoephraimclaude
andcommitted
Fix CI: use local bin path to avoid npm bumpy name collision
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ef2ec29 commit 0a7800a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- run: bun install
2222
# Build first since we use the local workspace package
2323
- run: bun run --filter @varlock/bumpy build
24-
- run: bunx bumpy ci check
24+
- run: ./node_modules/.bin/bumpy ci check
2525
env:
2626
GH_TOKEN: ${{ github.token }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- run: bun install
1919
# Build first since we use the local workspace package
2020
- run: bun run --filter @varlock/bumpy build
21-
- run: bunx bumpy ci release
21+
- run: ./node_modules/.bin/bumpy ci release
2222
env:
2323
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)