Skip to content

Commit 4d6cfb1

Browse files
Added a forward slash at the end of the npm registry url
1 parent 77aa23a commit 4d6cfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v4
1414
with:
1515
node-version: 18.x
16-
registry-url: 'https://registry.npmjs.org'
16+
registry-url: 'https://registry.npmjs.org/'
1717
- run: |
1818
npm install
1919
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_API_LIBRARY_TOKEN }}" > .npmrc

0 commit comments

Comments
 (0)