Skip to content

Commit 58c040d

Browse files
committed
fix: rename wasm npm build step to wasm npm pack and update package name format
1 parent 6582d6b commit 58c040d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
with:
145145
path: coverage
146146

147-
- name: wasm npm build
147+
- name: wasm npm pack
148148
if: matrix.name == 'wasm'
149149
run: |
150150
git clone https://github.com/sqlite/sqlite-wasm.git sqlite-wasm
@@ -159,7 +159,7 @@ jobs:
159159
DESC="SQLite Wasm compiled with the automatically initialized cloudsync extension. Conveniently packaged as an ES Module for effortless integration."
160160
161161
jq \
162-
--arg name "cloudsync/sqlite-wasm" \
162+
--arg name "@cloudsync/sqlite-wasm" \
163163
--arg version "$(make sqlite_version)+cloudsync-$(make version)" \
164164
--arg desc "$DESC" \
165165
--argjson keywords '["offsync","cloudsync","sqliteai"]' \

0 commit comments

Comments
 (0)