We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec2d2d commit 29b76c6Copy full SHA for 29b76c6
1 file changed
.github/workflows/npm_publish.yaml
@@ -14,6 +14,8 @@ jobs:
14
with:
15
node-version: '24'
16
registry-url: 'https://registry.npmjs.org'
17
+ - run: git config --global user.name ${{ github.actor }}
18
+ - run: git config --global user.email "github-action-${{ github.actor }}.users.noreply.github.com"
19
- run: npm ci
20
- run: |
21
if
0 commit comments