Skip to content

Commit

Permalink
ci: set a working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 4, 2024
1 parent b6ebe6c commit 805aec3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

defaults:
run:
working-directory: src/ClientApp

jobs:
release-please:
name: Create release
Expand Down

0 comments on commit 805aec3

Please sign in to comment.