Merge pull request #10 from navi-commons/TP-89230/shaping-univeral-call-sdk
TP-89230 | pipeline fix
This commit is contained in:
5
.github/workflows/publish-package.yml
vendored
5
.github/workflows/publish-package.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user