Skip to content

Commit f702921

Browse files
committed
fix: update wasm npm publish step to include provenance and public access
1 parent 4bd8a94 commit f702921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ jobs:
252252
node-version: '20.x'
253253
registry-url: 'https://registry.npmjs.org'
254254

255-
- name: publish sqlite-wasm to npm
255+
- name: wasm publish to npmjs
256256
#if: steps.tag.outputs.version != ''
257-
run: npm publish ./artifacts/cloudsync-wasm/sqlite-wasm/sqliteai-cloudsync-wasm-*+cloudsync-*.tgz
257+
run: npm publish --provenance --access public ./artifacts/cloudsync-wasm/sqlite-wasm/sqliteai-cloudsync-wasm-*+cloudsync-*.tgz
258258
env:
259259
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
260260

0 commit comments

Comments
 (0)