Skip to content

Commit 4ca698f

Browse files
authored
Merge pull request #133208 from juliakm/users/jukullam/functions-updates-ghactions
Removing beta from github actions task
2 parents 2afb0db + afa2164 commit 4ca698f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/deploy-github-actions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ jobs:
479479
python -m pip install --upgrade pip
480480
pip install -r requirements.txt
481481
- name: Building web app
482-
uses: azure/appservice-build@v2-beta
482+
uses: azure/appservice-build@v2
483483
- name: Deploy web App using GH Action azure/webapps-deploy
484484
uses: azure/webapps-deploy@v2
485485
with:

0 commit comments

Comments
 (0)