Skip to content

Commit ac121f8

Browse files
committed
ci: update npm registry
1 parent 1ff45b3 commit ac121f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
2626
- name: Authenticate with Registry
2727
run: |
28-
echo "@odpf:registry=http://registry.npmjs.org/" > .npmrc
29-
echo "registry=http://registry.npmjs.org/" >> .npmrc
28+
echo "@odpf:registry=https://registry.npmjs.org/" > .npmrc
29+
echo "registry=https://registry.npmjs.org/" >> .npmrc
3030
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
3131
env:
3232
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)