You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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
259
-
env:
260
-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
261
252
262
253
- name: zip artifacts
263
254
run: |
@@ -272,6 +263,13 @@ jobs:
272
263
fi
273
264
done
274
265
266
+
- name: wasm publish to npmjs
267
+
if: steps.tag.outputs.version != ''
268
+
#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
269
+
run: npm publish --access public ./artifacts/cloudsync-wasm/sqlite-wasm/sqliteai-cloudsync-wasm-*-cloudsync-*.tgz
0 commit comments