From e413f23f28eec45e579f05d50f00d7785e2a6172 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:28:59 +0530 Subject: [PATCH] Update publish-alpha (#2598) * fix: active speaker sorting in role prominence * fix: update selected device css, mute all label * fix: use prerelease (#2596) * feat: add subscriber video stats to analytics * ci: use existing workflow for alpha publish --------- Co-authored-by: Ravi theja Co-authored-by: Kaustubh Kumar Co-authored-by: Eswar Prasad Clinton. A <64120992+eswarclynn@users.noreply.github.com> --- .github/workflows/alpha-release.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/workflows/alpha-release.yml b/.github/workflows/alpha-release.yml index f51b1ea521..0f34dc9a1b 100644 --- a/.github/workflows/alpha-release.yml +++ b/.github/workflows/alpha-release.yml @@ -56,18 +56,22 @@ jobs: git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git config user.name "github-actions[bot]" - # from-package will publish whatever version is present in each package's package.json - # it will not publish if the version is already published in npm - - name: Publish - run: yarn lerna:publish - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - PUBLISH_FLAG: alpha + run_publish_packages: + runs-on: ubuntu-latest + steps: + - name: Run Publish Packages action + uses: ./.github/workflows/publish.yml + with: + publishFlag: 'alpha' # Delay to wait for the publish to finish - name: Delay for 2 minutes run: sleep 120 + notify_100ms_links: + runs-on: ubuntu-latest + needs: run_publish_packages + steps: - name: Repository Dispatch uses: peter-evans/repository-dispatch@v3 with: