File tree Expand file tree Collapse file tree 4 files changed +0
-46
lines changed
packages/sqlite3_wasm_build Expand file tree Collapse file tree 4 files changed +0
-46
lines changed Original file line number Diff line number Diff line change 3838 path : packages/sqlite3_wasm_build/dist/
3939 if-no-files-found : error
4040 retention-days : 1
41-
42- - name : Setup Node.js
43- uses : actions/setup-node@v4
44- - uses : pnpm/action-setup@v2
45- name : Install pnpm
46- with :
47- run_install : false
48- version : 10
49- - name : Dry-run npm publish
50- working-directory : packages/sqlite3_wasm_build
51- run : |
52- pnpm i
53- pnpm publish --no-git-checks --dry-run
Original file line number Diff line number Diff line change 3737 $changes"
3838 gh release create "$tag" --title "$tag" --notes "$body"
3939 gh release upload "${{ github.ref_name }}" packages/powersync/assets/powersync_db.worker.js packages/powersync/assets/powersync_sync.worker.js packages/sqlite3_wasm_build/dist/*.wasm
40-
41- - name : Setup Node.js
42- uses : actions/setup-node@v6
43- with :
44- node-version : latest
45- - name : Update npm
46- run : |
47- npm install -g npm@latest
48- npm --version
49- - uses : pnpm/action-setup@v2
50- name : Install pnpm
51- with :
52- run_install : false
53- version : 10
54- - name : Publish npm package with WASM files
55- working-directory : packages/sqlite3_wasm_build
56- run : |
57- pnpm i
58- npm version --allow-same-version --no-git-tag-version $(echo $GITHUB_REF_NAME | sed -E 's/powersync-v//')
59- pnpm publish --no-git-checks --access public
60- env :
61- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments