From f28bd6ccc15f82d587824598587b58a88bb48b13 Mon Sep 17 00:00:00 2001 From: Mitchel Sellers Date: Mon, 19 Aug 2024 14:53:32 -0500 Subject: [PATCH] Revert "Bump azure/webapps-deploy from 2 to 3" --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 3cc2a10..da05f0f 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -61,7 +61,7 @@ jobs: uses: actions/download-artifact@v4 - name: 'Deploy APP to Prod Server' - uses: azure/webapps-deploy@v3 + uses: azure/webapps-deploy@v2 with: app-name: "githubcostvisualizer" publish-profile: ${{ secrets.PROD_PROFILE }}