Merge pull request #12 from navi-commons/cache-removal-in-workflow
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:
|
||||
node-version: "18.x"
|
||||
registry-url: "https://nexus.cmd.navi-tech.in/repository/navi-commons"
|
||||
cache: "npm"
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NAVI_COMMONS_NPM_AUTH_TOKEN }}
|
||||
- name: Setup tsc
|
||||
@@ -35,7 +34,6 @@ jobs:
|
||||
with:
|
||||
node-version: "16.x"
|
||||
registry-url: "https://nexus.cmd.navi-tech.in/repository/npm-packages"
|
||||
cache: "npm"
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NAVI_COMMONS_NPM_AUTH_TOKEN }}
|
||||
- name: Publishing Package
|
||||
|
||||
Reference in New Issue
Block a user