From 817050235f8323f94d402a9904f9b96007adb850 Mon Sep 17 00:00:00 2001 From: KaustubhKumar05 Date: Tue, 27 Feb 2024 14:34:17 +0530 Subject: [PATCH] fix: use existing wf --- .github/workflows/alpha-release.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/alpha-release.yml b/.github/workflows/alpha-release.yml index f51b1ea521..92991ab610 100644 --- a/.github/workflows/alpha-release.yml +++ b/.github/workflows/alpha-release.yml @@ -68,10 +68,11 @@ jobs: - name: Delay for 2 minutes run: sleep 120 - - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v3 + run_publish_packages: + runs-on: ubuntu-latest + steps: + - name: Run Publish Packages action + uses: 100mslive/web-sdks@main with: - token: ${{ secrets.PAT }} - repository: 100mslive/100ms-links - event-type: alpha-publish + publishFlag: 'alpha' \ No newline at end of file