mirror of
https://github.com/captbaritone/webamp
synced 2024-11-21 23:32:16 +00:00
Use yarn to update the version
This commit is contained in:
parent
7f284263fb
commit
56a7402e4c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user