Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit a6fe0df

Browse files
authored
(FIX) npm push wasm light (#288)
1 parent 84244c8 commit a6fe0df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/manual-publish-npm.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,16 @@ jobs:
3535
- name: GIT | Checkout
3636
uses: actions/checkout@v4
3737

38-
# Rust setup for shielder-sdk-crypto-wasm and shielder-sdk
3938
- name: Prepare Rust env
4039
if: |
4140
github.event.inputs.package == 'shielder-sdk-crypto-wasm' ||
41+
github.event.inputs.package == 'shielder-sdk-crypto-wasm-light' ||
4242
github.event.inputs.package == 'shielder-sdk'
4343
uses: ./.github/actions/prepare-rust-env
4444

4545
- name: Install wasm-pack
46-
if: github.event.inputs.package == 'shielder-sdk-crypto-wasm'
46+
if: github.event.inputs.package == 'shielder-sdk-crypto-wasm' ||
47+
github.event.inputs.package == 'shielder-sdk-crypto-wasm-light'
4748
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
4849

4950
- name: Prepare Solidity environment

0 commit comments

Comments
 (0)