Skip to content

Commit 6de5c3c

Browse files
fixing yml
1 parent 8b82aaa commit 6de5c3c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
with:
5151
node-version: 24
5252

53+
- name: Setup Git identity
54+
run: |
55+
git config --local user.name "Prathmesh Yelne"
56+
git config --local user.email "prathameshyelane@gmail.com"
57+
5358
- name: Install dependencies
5459
run: npm install
5560

@@ -120,4 +125,4 @@ jobs:
120125
- name: Publish to npm
121126
run: npm publish dist --access public
122127
env:
123-
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
128+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)