Skip to content

Commit 5a65e2b

Browse files
committed
fix workflow
1 parent 856e180 commit 5a65e2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ jobs:
251251
252252
- name: publish sqlite-wasm to npm
253253
#if: steps.tag.outputs.version != ''
254-
run: #npm publish ./artifacts/cloudsync-wasm/sqlite-wasm/sqliteai-cloudsync-wasm-*+cloudsync-*.tgz
254+
if: false
255+
run: npm publish ./artifacts/cloudsync-wasm/sqlite-wasm/sqliteai-cloudsync-wasm-*+cloudsync-*.tgz
255256
env:
256257
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
257258

0 commit comments

Comments
 (0)