Skip to content

Commit

Permalink
Fix nightly alpha build version deps (#3440)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesBurnside authored Aug 14, 2023
1 parent b6d9163 commit 0f5b552
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ jobs:
- name: Ensure all package versions are consistent
run: rush ensure-consistent-versions

# Alpha version run latest
- name: Force build flavor to `beta`
run: node ./common/scripts/force-build-flavor.mjs beta

# Build packages
- name: Build @azure/communication-react package
run: rush build -t @azure/communication-react
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "none",
"area": "fix",
"workstream": "KTLO",
"comment": "Fix nightly alpha releases having || in the version dependencies",
"packageName": "@azure/communication-react",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "none",
"area": "fix",
"workstream": "KTLO",
"comment": "Fix nightly alpha releases having || in the version dependencies",
"packageName": "@azure/communication-react",
"email": "[email protected]",
"dependentChangeType": "none"
}

0 comments on commit 0f5b552

Please sign in to comment.