Skip to content

Commit

Permalink
Fix typo in workflow (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
duckth committed Oct 5, 2023
1 parent a51e597 commit 36dbe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
secrets: inherit

deploy:
needs: [build_all]
needs: [build-all]
name: Azure Deployment
runs-on: ubuntu-22.04
environment:
Expand Down

0 comments on commit 36dbe12

Please sign in to comment.