Skip to content

Commit ba18a9f

Browse files
authored
Merge pull request #246 from powersync-ja/fix/node-package-release
Add missing auth configuration for npm publishing
2 parents 3ca383f + 318e5ae commit ba18a9f

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)