mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Set main version
This commit is contained in:
parent
df80d1a375
commit
2396030248
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -70,6 +70,8 @@ jobs:
|
|||
if: github.ref == 'refs/heads/main'
|
||||
run: |
|
||||
yarn workspace webamp build-library
|
||||
echo "Setting version to 0.0.0-next-${{ env.GIT_HASH }}"
|
||||
npm version -w webamp 0.0.0-next-${{ env.GIT_HASH }} --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