Skip to content

Commit d5cacb3

Browse files
committed
fix workflow
Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
1 parent aaae2b6 commit d5cacb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
GIT_TAG: ${{ github.ref_name }}
2020
run: |
21-
wasm-pack build --target node
21+
wasm-pack build --target nodejs
2222
mv pkg/nodejs_snowflake_bg.wasm pkg/nodejs_snowflake_${GIT_TAG}.wasm
2323
- name: Create Release
2424
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)