Skip to content

Commit

Permalink
fix: use existing wf
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 committed Feb 27, 2024
1 parent 180e717 commit 8170502
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/alpha-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 8170502

Please sign in to comment.