Skip to content

Commit 4bd8a94

Browse files
committed
fix: update npm registry URL to use npmjs.org
1 parent e7a85eb commit 4bd8a94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,7 @@ jobs:
250250
- uses: actions/setup-node@v4
251251
with:
252252
node-version: '20.x'
253-
registry-url: 'https://npm.pkg.github.com'
254-
scope: '@sqliteai'
253+
registry-url: 'https://registry.npmjs.org'
255254

256255
- name: publish sqlite-wasm to npm
257256
#if: steps.tag.outputs.version != ''

0 commit comments

Comments
 (0)