Skip to content

Commit 12e2254

Browse files
committed
ci: update npm.yml
1 parent 93a5fac commit 12e2254

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/npm.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,19 @@ jobs:
1515
uses: actions/setup-node@v4
1616
with:
1717
node-version: 'lts/*'
18-
registry-url: 'https://registry.npmjs.org'
18+
registry-url: 'https://registry.npmjs.org/'
1919
scope: '@list-kr'
2020
- name: Checkout
2121
uses: actions/checkout@v4
2222
- name: Install dependencies
2323
run: npm i
2424
- name: Build
2525
run: npm run build
26+
- name: Debugging log
27+
run: |
28+
echo "registry => $(npm config get registry)"
29+
echo "@list-kr reg => $(npm config get @list-kr:registry || true)"
30+
test -f .npmrc && echo ".npmrc =====" && cat .npmrc || true
2631
- name : Publish to npm
2732
run: npm publish --access public --provenance
2833
purge:

0 commit comments

Comments
 (0)