mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Use yarn to update the version
This commit is contained in:
parent
7f284263fb
commit
56a7402e4c
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue