Skip to content

Commit

Permalink
fixed shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Jan 17, 2024
1 parent 88bca3b commit 0eb0c40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/editor_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 [email protected]
Expand Down

0 comments on commit 0eb0c40

Please sign in to comment.