Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mattgwagner committed Apr 6, 2023
1 parent 6ad0875 commit 7ae3a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: dotnet publish RedLeg.Forms.csproj --configuration Release --output ${{env.DOTNET_ROOT}}/artifacts

- name: Deploy Azure WebApp
uses: Azure/webapps-deploy@v2.2.6
uses: Azure/webapps-deploy@v2.2.9
if: contains(github.ref, 'main')
with:
# Publish profile (*.publishsettings) file contents with Web Deploy secrets
Expand Down

0 comments on commit 7ae3a02

Please sign in to comment.