From 0bb316d38f5a54e32dd25a79eedc7a22fc2adb74 Mon Sep 17 00:00:00 2001 From: Syer10 Date: Tue, 18 Jan 2022 19:02:57 -0500 Subject: [PATCH] Set the shell to bash --- .github/workflows/Preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Preview.yml b/.github/workflows/Preview.yml index b0e3834d..8527359f 100644 --- a/.github/workflows/Preview.yml +++ b/.github/workflows/Preview.yml @@ -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