Skip to content

Commit 2d4c647

Browse files
Merge pull request #260 from Chia-Network/ci-little-things
Small CI improvements
2 parents 6cdf2ac + eb09d6c commit 2d4c647

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-installers.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434

3535
- name: Change the package.json version if an RC tag
3636
if: startsWith(github.ref, 'refs/tags/') && contains( github.ref, '-rc')
37+
shell: bash
3738
run: |
3839
echo "Github ref: $GITHUB_REF"
3940
IFS='/' read -r base directory tag <<< "$GITHUB_REF"

0 commit comments

Comments
 (0)