Skip to content

Commit

Permalink
Bump Azure/webapps-deploy from 2.2.9 to 2.2.10
Browse files Browse the repository at this point in the history
Bumps [Azure/webapps-deploy](https://github.com/Azure/webapps-deploy) from 2.2.9 to 2.2.10.
- [Release notes](https://github.com/Azure/webapps-deploy/releases)
- [Commits](Azure/webapps-deploy@v2.2.9...v2.2.10)

---
updated-dependencies:
- dependency-name: Azure/webapps-deploy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mattgwagner committed May 7, 2023
1 parent d96f4d9 commit a749f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: dotnet publish Battery-Commander.Web/Battery-Commander.Web.csproj --configuration Release --output ${{env.DOTNET_ROOT}}/artifacts

- name: Deploy Azure WebApp
uses: Azure/[email protected].9
uses: Azure/[email protected].10
if: contains(github.ref, 'main')
with:
# Publish profile (*.publishsettings) file contents with Web Deploy secrets
Expand Down

0 comments on commit a749f96

Please sign in to comment.