Skip to content

Commit

Permalink
chore: fix missing shell property
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 committed Apr 13, 2024
1 parent 0c2294c commit 4715f3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ runs:
pnpm version ${{ steps.version.outputs.version }} --no-git-tag-version
- name: '🏷️ Configure Git'
shell: bash
run: |
git config --global user.name 'Giantnodes Bot'
git config --global user.email '[email protected]'
Expand Down

0 comments on commit 4715f3d

Please sign in to comment.