Skip to content

Commit e7a85eb

Browse files
committed
fix: rm npm ci
1 parent 704d9b8 commit e7a85eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255

256256
- name: publish sqlite-wasm to npm
257257
#if: steps.tag.outputs.version != ''
258-
run: npm ci && npm publish ./artifacts/cloudsync-wasm/sqlite-wasm/sqliteai-cloudsync-wasm-*+cloudsync-*.tgz
258+
run: npm publish ./artifacts/cloudsync-wasm/sqlite-wasm/sqliteai-cloudsync-wasm-*+cloudsync-*.tgz
259259
env:
260260
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
261261

0 commit comments

Comments
 (0)