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 77aa23a commit 4d6cfb1Copy full SHA for 4d6cfb1
.github/workflows/npmpublish.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/setup-node@v4
14
with:
15
node-version: 18.x
16
- registry-url: 'https://registry.npmjs.org'
+ registry-url: 'https://registry.npmjs.org/'
17
- run: |
18
npm install
19
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_API_LIBRARY_TOKEN }}" > .npmrc
0 commit comments