Skip to content

Commit 1f44ee4

Browse files
committed
fix: update wasm npm publish command to remove provenance option
1 parent f702921 commit 1f44ee4

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
@@ -254,7 +254,8 @@ jobs:
254254

255255
- name: wasm publish to npmjs
256256
#if: steps.tag.outputs.version != ''
257-
run: npm publish --provenance --access public ./artifacts/cloudsync-wasm/sqlite-wasm/sqliteai-cloudsync-wasm-*+cloudsync-*.tgz
257+
#use this version when the repo will become public run: npm publish --provenance --access public ./artifacts/cloudsync-wasm/sqlite-wasm/sqliteai-cloudsync-wasm-*+cloudsync-*.tgz
258+
run: npm publish --access public ./artifacts/cloudsync-wasm/sqlite-wasm/sqliteai-cloudsync-wasm-*+cloudsync-*.tgz
258259
env:
259260
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
260261

0 commit comments

Comments
 (0)