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 ee901ab commit 61af179Copy full SHA for 61af179
.github/workflows/npm-publish.yml
@@ -50,11 +50,6 @@ jobs:
50
with:
51
node-version: 24
52
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
-
58
- name: Install dependencies
59
run: npm install
60
@@ -125,4 +120,4 @@ jobs:
125
120
- name: Publish to npm
126
121
run: npm publish dist --access public
127
122
env:
128
- NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
123
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments