Skip to content

Commit 71e5786

Browse files
committed
fixup! bash
1 parent 9f8fa2b commit 71e5786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: set version by tag name (as alternative to above)
22+
shell: bash
2223
run: |
2324
echo -n 'VERSION=' >> $GITHUB_ENV
2425
( ( ${{ startsWith(github.ref, 'refs/tags') }} && echo $GITHUB_REF_NAME ) || \

0 commit comments

Comments
 (0)