Skip to content

Commit db37dc3

Browse files
committed
Update github actions
1 parent 5600606 commit db37dc3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
registry-url: "https://npm.pkg.github.com"
2222
- run: npm ci
2323
- run: npm run npm-build-package:gpr
24-
- run: cd dist/npm && npm publish --access public
24+
- run: cd dist/npm && npm publish
2525
env:
2626
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ 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/
2019
- run: npm ci
2120
- run: npm run npm-build-package:npmjs
22-
- run: cd dist/npm && npm publish
21+
- run: cd dist/npm && npm publish --access public
2322
env:
2423
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)