Skip to content

Commit

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

defaults:
run:
shell: bash
working-directory: ./src/ClientApp

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

0 comments on commit 06fff41

Please sign in to comment.