Set main version

This commit is contained in:
Jordan Eldredge 2024-10-02 09:07:20 -07:00
parent df80d1a375
commit 2396030248

View file

@ -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