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 856e180 commit 5a65e2bCopy full SHA for 5a65e2b
.github/workflows/main.yml
@@ -251,7 +251,8 @@ jobs:
251
252
- name: publish sqlite-wasm to npm
253
#if: steps.tag.outputs.version != ''
254
- run: #npm publish ./artifacts/cloudsync-wasm/sqlite-wasm/sqliteai-cloudsync-wasm-*+cloudsync-*.tgz
+ if: false
255
+ run: npm publish ./artifacts/cloudsync-wasm/sqlite-wasm/sqliteai-cloudsync-wasm-*+cloudsync-*.tgz
256
env:
257
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
258
0 commit comments