Use yarn to update the version

This commit is contained in:
Jordan Eldredge 2024-10-02 16:54:10 -07:00
parent 7f284263fb
commit 56a7402e4c

View File

@ -69,7 +69,7 @@ jobs:
run: |
yarn workspace webamp build-library
echo "Setting version to 0.0.0-next-${{ github.sha }}"
npm version -w webamp 0.0.0-next-${{ github.sha }} --no-git-tag-version
yarn workspace webamp version --new-version 0.0.0-next-${{ github.sha }} --no-git-tag-version
env:
RELEASE_COMMIT_SHA: ${{ github.sha }}
- name: Build release version