From 098a2ccc6f57a297146959111dd236b19e77b1fb Mon Sep 17 00:00:00 2001 From: Kilerd Chan Date: Wed, 27 Mar 2024 14:52:20 +0800 Subject: [PATCH] chore: fix the command of publishing to npm --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb765c0b..620e3053 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -147,5 +147,5 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: publish to npm - run: wasm-pack build + run: wasm-pack publish working-directory: ./bindings/wasm \ No newline at end of file