We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30adf8a commit 56b6674Copy full SHA for 56b6674
1 file changed
.github/workflows/npm-publish.yml
@@ -27,6 +27,8 @@ jobs:
27
node-version: 16
28
registry-url: https://registry.npmjs.org/
29
scope: '@didik-mulyadi'
30
+ - run: git config --global user.name "didikmulyad as github action"
31
+ - run: git config --global user.email "didikmulyadi12@gmail.com"
32
- run: npm version ${{ github.event.release.tag_name }}
33
- run: npm ci
34
- run: npm publish --access public
0 commit comments