Skip to content

Commit

Permalink
Merge pull request #246 from powersync-ja/fix/node-package-release
Browse files Browse the repository at this point in the history
Add missing auth configuration for npm publishing
  • Loading branch information
simolus3 authored Feb 18, 2025
2 parents 3ca383f + 318e5ae commit ba18a9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
with:
run_install: false
version: 10
- name: Add NPM auth
run: |
echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" >> ~/.npmrc
- name: Publish npm package with WASM files
working-directory: packages/sqlite3_wasm_build
run: |
Expand Down

0 comments on commit ba18a9f

Please sign in to comment.