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 704d9b8 commit e7a85ebCopy full SHA for e7a85eb
.github/workflows/main.yml
@@ -255,7 +255,7 @@ jobs:
255
256
- name: publish sqlite-wasm to npm
257
#if: steps.tag.outputs.version != ''
258
- run: npm ci && npm publish ./artifacts/cloudsync-wasm/sqlite-wasm/sqliteai-cloudsync-wasm-*+cloudsync-*.tgz
+ run: npm publish ./artifacts/cloudsync-wasm/sqlite-wasm/sqliteai-cloudsync-wasm-*+cloudsync-*.tgz
259
env:
260
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
261
0 commit comments