Skip to content

Commit 56a7402

Browse files
committed
Use yarn to update the version
1 parent 7f28426 commit 56a7402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
yarn workspace webamp build-library
7171
echo "Setting version to 0.0.0-next-${{ github.sha }}"
72-
npm version -w webamp 0.0.0-next-${{ github.sha }} --no-git-tag-version
72+
yarn workspace webamp version --new-version 0.0.0-next-${{ github.sha }} --no-git-tag-version
7373
env:
7474
RELEASE_COMMIT_SHA: ${{ github.sha }}
7575
- name: Build release version

0 commit comments

Comments
 (0)