Skip to content

Commit

Permalink
Set main version
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Oct 2, 2024
1 parent df80d1a commit 2396030
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2396030

Please sign in to comment.