From 687cbc35b6b65d26546ade3f2268947ac6aaf098 Mon Sep 17 00:00:00 2001 From: Nicola Suter <32899754+nicolonsky@users.noreply.github.com> Date: Sat, 5 Feb 2022 00:08:52 +0100 Subject: [PATCH] Update deploy-azure-appservice.yml --- .github/workflows/deploy-azure-appservice.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-azure-appservice.yml b/.github/workflows/deploy-azure-appservice.yml index f058a6f..94f8997 100644 --- a/.github/workflows/deploy-azure-appservice.yml +++ b/.github/workflows/deploy-azure-appservice.yml @@ -24,7 +24,7 @@ jobs: run: dotnet test --no-restore --verbosity normal - name: dotnet publish run: | - dotnet publish -c Release -o dotnetcorewebapp + dotnet publish -c Release -o dotnetcorewebapp /p:Version=${{ github.event.release.tag_name }} - name: 'Deploy to Azure WebApp' uses: azure/webapps-deploy@v2 with: