From 56a7402e4c87c20aef5c4c8a56fb3c62ebb07caa Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 2 Oct 2024 16:54:10 -0700 Subject: [PATCH] Use yarn to update the version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bdd2d4b..9154a366 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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