We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f28426 commit 56a7402Copy full SHA for 56a7402
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
yarn workspace webamp build-library
71
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
+ yarn workspace webamp version --new-version 0.0.0-next-${{ github.sha }} --no-git-tag-version
73
env:
74
RELEASE_COMMIT_SHA: ${{ github.sha }}
75
- name: Build release version
0 commit comments