Skip to content

Commit

Permalink
Things which are not bash annoy me
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Sep 18, 2024
1 parent d595316 commit ac5e9c1
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 @@ -42,6 +42,7 @@ jobs:
run: cargo build --verbose --release --target ${{ matrix.target }}
- name: Decide on our version name (tag or "dev")
id: version
shell: bash
run: |
if [ -n "$GITHUB_REF" ]; then
if [[ "$GITHUB_REF" == refs/tags/* ]]; then
Expand Down

0 comments on commit ac5e9c1

Please sign in to comment.