We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b6674 commit a590364Copy full SHA for a590364
1 file changed
.github/workflows/npm-publish.yml
@@ -27,13 +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
+ - run: npm run build
34
- run: npm publish --access public
35
env:
36
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
37
- - run: git push
38
- env:
39
- github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments