Skip to content

Commit 8732a4b

Browse files
committed
Mark shell command as bash
1 parent cc34a58 commit 8732a4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Build Reason
1818
run: "echo ref: ${{github.ref}} event: ${{github.event_name}}"
1919
- name: Build Version
20+
shell: bash
2021
run: |
2122
dotnet tool install --global minver-cli --version 2.3.0
2223
version=$(minver --tag-prefix v)

0 commit comments

Comments
 (0)