We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd8a94 commit f702921Copy full SHA for f702921
.github/workflows/main.yml
@@ -252,9 +252,9 @@ jobs:
252
node-version: '20.x'
253
registry-url: 'https://registry.npmjs.org'
254
255
- - name: publish sqlite-wasm to npm
+ - name: wasm publish to npmjs
256
#if: steps.tag.outputs.version != ''
257
- run: npm publish ./artifacts/cloudsync-wasm/sqlite-wasm/sqliteai-cloudsync-wasm-*+cloudsync-*.tgz
+ run: npm publish --provenance --access public ./artifacts/cloudsync-wasm/sqlite-wasm/sqliteai-cloudsync-wasm-*+cloudsync-*.tgz
258
env:
259
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
260
0 commit comments