Skip to content

Commit 6cd5f0f

Browse files
committed
Update github actions
1 parent 7dfbdb2 commit 6cd5f0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/on-merge-main-deploy-npmjs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
node-version: "16.x"
1717
registry-url: "https://registry.npmjs.org"
1818
scope: "@proangular"
19+
- run: npm config set registry https://registry.npmjs.org/
1920
- run: npm ci
2021
- run: npm run npm-build-package:gpr
2122
- run: cd dist/npm && npm publish

0 commit comments

Comments
 (0)