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 18cd9d9 commit 6b345eaCopy full SHA for 6b345ea
.github/workflows/publish-node.js.yml
@@ -17,6 +17,8 @@ jobs:
17
with:
18
node-version: 16
19
cache: 'npm'
20
+ - run: git config --global user.name "GitHub CD bot"
21
+ - run: git config --global user.email "github-cd-bot@example.com"
22
- run: npm version ${{ github.event.release.tag_name }}
23
- run: npm publish
24
env:
0 commit comments