Skip to content

Commit a504d9b

Browse files
theoephraimclaude
andcommitted
Use bunx @varlock/bumpy in CI workflows
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0a7800a commit a504d9b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: oven-sh/setup-bun@v2
2121
- run: bun install
22-
# Build first since we use the local workspace package
22+
# Build first since we use the local workspace package instead of the published one
2323
- run: bun run --filter @varlock/bumpy build
24-
- run: ./node_modules/.bin/bumpy ci check
24+
- run: bunx @varlock/bumpy ci check
2525
env:
2626
GH_TOKEN: ${{ github.token }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
fetch-depth: 0
1717
- uses: oven-sh/setup-bun@v2
1818
- run: bun install
19-
# Build first since we use the local workspace package
19+
# Build first since we use the local workspace package instead of the published one
2020
- run: bun run --filter @varlock/bumpy build
21-
- run: ./node_modules/.bin/bumpy ci release
21+
- run: bunx @varlock/bumpy ci release
2222
env:
2323
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)