Skip to content

Commit 03791fe

Browse files
committed
Fix yarn version bump
1 parent 6ae2d36 commit 03791fe

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
with:
3030
node-version: '20'
3131

32-
- name: Enable Corepack
33-
run: corepack enable
34-
35-
- name: Set Yarn version
36-
run: yarn set version 4.5.0
37-
3832
- name: Check PR version labels
3933
id: bump
4034
run: |
@@ -74,7 +68,7 @@ jobs:
7468
7569
- name: Bump version
7670
if: steps.bump.outputs.type != 'no-release'
77-
run: yarn version ${{ steps.bump.outputs.type }}
71+
run: npm version ${{ steps.bump.outputs.type }}
7872

7973
- name: Push changes
8074
if: steps.bump.outputs.type != 'no-release'

0 commit comments

Comments
 (0)