Skip to content

Commit df0b1f8

Browse files
committed
Update github actions
1 parent 2f06752 commit df0b1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
node-version: "16.x"
1717
registry-url: "https://registry.npmjs.org"
1818
scope: "@proangular"
19+
- run: rm /dist/npm/.npmrc
1920
- run: npm ci
2021
- run: npm run npm-build-package
21-
- run: npm config set registry http://registry.npmjs.org
2222
- run: cd dist/npm && npm publish
2323
env:
2424
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)