Skip to content

Commit 92273a4

Browse files
Update npm-publish.yml
1 parent 9f549b3 commit 92273a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/npm-publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333
run: echo ::set-output name=release_version::${GITHUB_REF/refs\/tags\//}
3434
- run: npm ci
3535
- run: |
36+
git config --global user.email "hoangnn93@gmail.com"
37+
git config --global user.name "codeaholicguy"
3638
npm version ${{ steps.vars.outputs.release_version }}
3739
npm publish
40+
git push
3841
env:
3942
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)