Skip to content

Commit c94ed02

Browse files
committed
fix(CI): temporary fixing the bumpp version to 10 due to a pushing bug in v11.
1 parent 5f8c3fb commit c94ed02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
- name: Bumpp ${{inputs.workspace}}
4949
run: |
5050
pnpm -F ${{inputs.workspace}} exec \
51-
pnpm dlx bumpp ${{inputs.kind}} \
51+
pnpm dlx bumpp@10 ${{inputs.kind}} \
5252
${{ startsWith(inputs.kind, 'pre') && '--preid beta' || '' }} \
5353
--tag=${{inputs.workspace}}-v%s --commit='${{inputs.workspace}} version %s' -y

0 commit comments

Comments
 (0)