diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bb323dd..7496e0e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: run: | dotnet publish -c Release -o dotnetcorewebapp - name: 'Run Azure webapp deploy action using publish profile credentials' - uses: azure/webapps-deploy@v2.1.5 + uses: azure/webapps-deploy@v2.2.6 with: app-name: syncdwh publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}