Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8eadbbe

Browse files
committedMay 9, 2024·
Update workflow file for action
1 parent 39345da commit 8eadbbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
run: npm install -g @microsoft/rush@$(jq -r '.rushVersion' "rush.json")
3232
- name: Install dependencies
3333
run: rush install
34-
- name: Switch flavor for beta release build
35-
run: rush switch-flavor:beta-release
34+
- name: Switch flavor for stable release build
35+
run: rush switch-flavor:stable
3636
- name: Build Communication-react
3737
run: rush build -t @azure/communication-react
3838
- name: Build Server
@@ -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 stable release build
77-
run: rush switch-flavor:stable
76+
- name: Switch flavor for beta release build
77+
run: rush switch-flavor:beta-release
7878
- name: Build Communication-react
7979
run: rush build -t @azure/communication-react
8080
- name: Build Server

0 commit comments

Comments
 (0)
Please sign in to comment.