Skip to content

Commit 39345da

Browse files
committed
Update yaml
1 parent e228fa7 commit 39345da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-feature-azure-webapps.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
run: npm install -g @microsoft/rush@$(jq -r '.rushVersion' "rush.json")
7474
- name: Install dependencies
7575
run: rush install
76-
- name: Switch flavor for beta release build
77-
run: rush switch-flavor:beta-release
76+
- name: Switch flavor for stable release build
77+
run: rush switch-flavor:stable
7878
- name: Build Communication-react
7979
run: rush build -t @azure/communication-react
8080
- name: Build Server

0 commit comments

Comments
 (0)