Skip to content

Commit

Permalink
Fix yarn version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Dec 19, 2024
1 parent 6ae2d36 commit 03791fe
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ jobs:
with:
node-version: '20'

- name: Enable Corepack
run: corepack enable

- name: Set Yarn version
run: yarn set version 4.5.0

- name: Check PR version labels
id: bump
run: |
Expand Down Expand Up @@ -74,7 +68,7 @@ jobs:
- name: Bump version
if: steps.bump.outputs.type != 'no-release'
run: yarn version ${{ steps.bump.outputs.type }}
run: npm version ${{ steps.bump.outputs.type }}

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

0 comments on commit 03791fe

Please sign in to comment.