TP-89230 | cache-removal-in-workflow
This commit is contained in:
2
.github/workflows/publish-package.yml
vendored
2
.github/workflows/publish-package.yml
vendored
@@ -12,7 +12,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: "18.x"
|
node-version: "18.x"
|
||||||
registry-url: "https://nexus.cmd.navi-tech.in/repository/navi-commons"
|
registry-url: "https://nexus.cmd.navi-tech.in/repository/navi-commons"
|
||||||
cache: "npm"
|
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NAVI_COMMONS_NPM_AUTH_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NAVI_COMMONS_NPM_AUTH_TOKEN }}
|
||||||
- name: Setup tsc
|
- name: Setup tsc
|
||||||
@@ -35,7 +34,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: "16.x"
|
node-version: "16.x"
|
||||||
registry-url: "https://nexus.cmd.navi-tech.in/repository/npm-packages"
|
registry-url: "https://nexus.cmd.navi-tech.in/repository/npm-packages"
|
||||||
cache: "npm"
|
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NAVI_COMMONS_NPM_AUTH_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NAVI_COMMONS_NPM_AUTH_TOKEN }}
|
||||||
- name: Publishing Package
|
- name: Publishing Package
|
||||||
|
|||||||
Reference in New Issue
Block a user