Skip to content

Commit a590364

Browse files
committed
fix: remove update version based on tag_name
1 parent 56b6674 commit a590364

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,8 @@ jobs:
2727
node-version: 16
2828
registry-url: https://registry.npmjs.org/
2929
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 }}
3330
- run: npm ci
31+
- run: npm run build
3432
- run: npm publish --access public
3533
env:
3634
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
37-
- run: git push
38-
env:
39-
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)