Skip to content

Commit 1d1fe8e

Browse files
committed
Specify bash explicitly
1 parent 8b43cb6 commit 1d1fe8e

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
@@ -121,6 +121,7 @@ jobs:
121121
uses: actions/checkout@v3
122122
- name: Check git tag against Cargo version
123123
if: startsWith(github.ref, 'refs/tags/')
124+
shell: bash
124125
run: |
125126
set -eou
126127
version=$(grep '^version' Cargo.toml | awk -F' = ' '{print $2}' | tr -d '"')

0 commit comments

Comments
 (0)