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: