Merge pull request #10 from navi-commons/TP-89230/shaping-univeral-call-sdk

TP-89230 | pipeline fix
This commit is contained in:
Varnit Goyal
2024-11-25 16:15:26 +05:30
committed by GitHub

View File

@@ -41,6 +41,9 @@ jobs:
- name: Publishing Package - name: Publishing Package
run: | run: |
lerna run build lerna run build
lerna publish git stash
git config --global user.email "varnit.goyal@navi.com"
git config --global user.name "varnit.goyal"
lerna publish --conventional-commits --yes
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NAVI_COMMONS_NPM_AUTH_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NAVI_COMMONS_NPM_AUTH_TOKEN }}