Skip to content

Commit 8b82aaa

Browse files
Merge pull request #7 from Codegyan-LLC/prathmeshyelne-patch-1
Update npm-publish.yml
2 parents ee901ab + 61af179 commit 8b82aaa

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/npm-publish.yml

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

53-
- name: Setup Git identity
54-
run: |
55-
git config user.name "github-actions[bot]"
56-
git config user.email "github-actions[bot]@users.noreply.github.com"
57-
5853
- name: Install dependencies
5954
run: npm install
6055

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

0 commit comments

Comments
 (0)