Skip to content

Commit 2e39328

Browse files
fix(ci): fix git set up
1 parent ecfff50 commit 2e39328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions/publish-npm/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ runs:
3535
working-directory: ${{ inputs.working-directory }}
3636
- name: Set Git User
3737
run: |
38-
git config user.name --global ionitron
39-
git config user.email --global [email protected]
38+
git config user.name ionitron
39+
git config user.email [email protected]
4040
shell: bash
4141
- name: Update Version
4242
id: update_version

0 commit comments

Comments
 (0)