Skip to content

Commit

Permalink
fix(ci): sets shell to bash for another command
Browse files Browse the repository at this point in the history
  • Loading branch information
isbecker committed Jun 25, 2024
1 parent e53528e commit 0cd516d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
extract: true

- name: Rename treefmt binary
shell: bash
run: |
mkdir -p bin
if [[ "${{ matrix.platform }}" == 'windows' ]]; then
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
extract: true

- name: Rename treefmt binary
shell: bash
run: |
mkdir -p bin
if [[ "${{ matrix.platform }}" == 'windows' ]]; then
Expand Down

0 comments on commit 0cd516d

Please sign in to comment.