Skip to content

Commit

Permalink
Specify bash explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbanya committed Feb 29, 2024
1 parent 8b43cb6 commit 1d1fe8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
uses: actions/checkout@v3
- name: Check git tag against Cargo version
if: startsWith(github.ref, 'refs/tags/')
shell: bash
run: |
set -eou
version=$(grep '^version' Cargo.toml | awk -F' = ' '{print $2}' | tr -d '"')
Expand Down

0 comments on commit 1d1fe8e

Please sign in to comment.