Skip to content

Commit a7f244c

Browse files
committed
Remove trailing slash
1 parent 5a3ec6f commit a7f244c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # pin@v6.3.0
2828
with:
2929
node-version: '22' # matches .nvmrc
30-
registry-url: https://registry.npmjs.org/
30+
registry-url: https://registry.npmjs.org
3131
package-manager-cache: false # never use caching in release builds
3232

3333
- name: Install dependencies

0 commit comments

Comments
 (0)