File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments