We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b82aaa commit 6de5c3cCopy full SHA for 6de5c3c
.github/workflows/npm-publish.yml
@@ -50,6 +50,11 @@ jobs:
50
with:
51
node-version: 24
52
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
+
58
- name: Install dependencies
59
run: npm install
60
@@ -120,4 +125,4 @@ jobs:
120
125
- name: Publish to npm
121
126
run: npm publish dist --access public
122
127
env:
123
- NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
128
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments