Skip to content

Commit

Permalink
fix: use prerelease (#2596)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 authored Feb 27, 2024
1 parent 6ba3cc6 commit b722537
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/alpha-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ jobs:
run: yarn install --frozen-lockfile

- name: Update versions
env:
BUMP: ${{ github.event.inputs.versionBump }}
run: |
yarn global add lerna@5
lerna -v
echo $(lerna version $BUMP --no-git-tag-version --exact --yes --no-private)
echo $(lerna version prerelease --no-git-tag-version --exact --yes --no-private)
lerna add @100mslive/hms-video-store --peer --scope=@100mslive/hms-virtual-background --exact
lerna add @100mslive/roomkit-react --scope=prebuilt-react-integration --exact
Expand Down

0 comments on commit b722537

Please sign in to comment.