Set the shell to bash

This commit is contained in:
Syer10
2022-01-18 19:02:57 -05:00
parent e530bb0e33
commit 0bb316d38f

View File

@@ -69,6 +69,7 @@ jobs:
p12-password: ${{ secrets.APPLE_CERT_PASSWORD }}
- name: Set commit count
shell: bash
run: |
commit_count=$(git rev-list --count HEAD)
echo "COMMIT_COUNT=$commit_count" >> $GITHUB_ENV