We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c59ea commit cb7f017Copy full SHA for cb7f017
2 files changed
.github/workflows/ci.yaml
@@ -19,6 +19,8 @@ jobs:
19
- uses: actions/checkout@v4
20
- uses: oven-sh/setup-bun@v2
21
- run: bun install
22
- - run: bunx @varlock/bumpy ci check
+ # Using local source since this is bumpy's own repo — normally use the published package:
23
+ # - run: bunx @varlock/bumpy ci check
24
+ - run: bun packages/bumpy/src/cli.ts ci check
25
env:
26
GH_TOKEN: ${{ github.token }}
.github/workflows/release.yaml
@@ -16,6 +16,8 @@ jobs:
16
fetch-depth: 0
17
18
- - run: bunx @varlock/bumpy ci release
+ # - run: bunx @varlock/bumpy ci release
+ - run: bun packages/bumpy/src/cli.ts ci release
0 commit comments