Skip to content

Commit e1fe9bb

Browse files
committed
chore: remove static git auth action step
1 parent daf8afa commit e1fe9bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ jobs:
139139
run: npm i
140140
- name: Rebuild packages
141141
run: npm run build
142-
- name: git config
143-
shell: bash
144-
run: |
145-
git config user.name "Nachobot"
146-
git config user.email "[email protected]"
142+
# - name: git config
143+
# shell: bash
144+
# run: |
145+
# git config user.name "Nachobot"
146+
# git config user.email "[email protected]"
147147
- name: Set publish config
148148
env:
149149
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)