From 0eb0c404fa7c7405a0bbfb3fb232e8c9fdf4c4ed Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 16 Jan 2024 20:23:41 -0800 Subject: [PATCH] fixed shell --- .github/workflows/editor_build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/editor_build.yml b/.github/workflows/editor_build.yml index e185dc2..2e15a86 100644 --- a/.github/workflows/editor_build.yml +++ b/.github/workflows/editor_build.yml @@ -37,6 +37,7 @@ jobs: fetch-depth: 0 # Important: fetch all history so we can get all tags - name: Calculate new version id: versioning + shell: bash run: | # Fetch tags git fetch --tags @@ -58,6 +59,7 @@ jobs: echo "NEW_TAG=$new_tag" >> $GITHUB_ENV - name: Create and push new tag + shell: bash run: | git config user.name github-actions git config user.email github-actions@github.com