We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c59f31 commit 8074b29Copy full SHA for 8074b29
.github/workflows/npm-publish.yml
@@ -16,5 +16,7 @@ jobs:
16
with:
17
node-version: 14
18
registry-url: https://registry.npmjs.org/
19
+ - run: git config user.name 'github-actions[bot]'
20
+ - run: git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
21
- run: npm install
22
- run: NPM_TOKEN=ae50ac17-ef69-4609-bf64-d20038085641 npm publish
0 commit comments