Skip to content

Commit 318e5ae

Browse files
committed
Add missing auth configuration for npm publishing
1 parent 3ca383f commit 318e5ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
with:
4141
run_install: false
4242
version: 10
43+
- name: Add NPM auth
44+
run: |
45+
echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" >> ~/.npmrc
4346
- name: Publish npm package with WASM files
4447
working-directory: packages/sqlite3_wasm_build
4548
run: |

0 commit comments

Comments
 (0)