We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff45b3 commit ac121f8Copy full SHA for ac121f8
.github/workflows/release.yml
@@ -25,8 +25,8 @@ jobs:
25
26
- name: Authenticate with Registry
27
run: |
28
- echo "@odpf:registry=http://registry.npmjs.org/" > .npmrc
29
- echo "registry=http://registry.npmjs.org/" >> .npmrc
+ echo "@odpf:registry=https://registry.npmjs.org/" > .npmrc
+ echo "registry=https://registry.npmjs.org/" >> .npmrc
30
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
31
env:
32
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments