Skip to content

Commit 812a042

Browse files
committed
change the registry-url in the ci workflow
attempt to fix the current ci error. the error only appeared on this branch, so I'm assuming it's related to the release-it upgrade. ci error: https://github.com/scientist-softserv/webstore-component-library/actions/runs/9180400953/job/25245089130?pr=231 ``` npm notice npm ERR! code ENEEDAUTH npm ERR! need auth This command requires you to be logged in to https://registry.npmjs.org/ npm ERR! need auth You need to authorize this machine using `npm adduser` npm ERR! A complete log of this run can be found in: /home/runner/.npm/_logs/2024-05-21T19_44_34_719Z-debug-0.log Error: Process completed with exit code 1. ```
1 parent 04dbff7 commit 812a042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# Setup .npmrc file to publish to GitHub Packages
1414
- uses: actions/setup-node@v3
1515
with:
16-
registry-url: 'https://npm.pkg.github.com'
16+
registry-url: 'https://registry.npmjs.org'
1717
# Defaults to the user or organization that owns the workflow file
1818
scope: '@octocat'
1919
node-version-file: package.json

0 commit comments

Comments
 (0)