Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
kroist committed Jan 14, 2025
1 parent c49d03b commit 1243512
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/manual-publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ jobs:
- name: GIT | Checkout
uses: actions/checkout@v4

# Rust setup for shielder-sdk-crypto-wasm
# Rust setup for shielder-sdk-crypto-wasm and shielder-sdk
- name: Prepare Rust env
if: github.event.inputs.package == 'shielder-sdk-crypto-wasm'
if: |
github.event.inputs.package == 'shielder-sdk-crypto-wasm' ||
github.event.inputs.package == 'shielder-sdk'
uses: ./.github/actions/prepare-rust-env
with:
poseidon-gadget-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
Expand Down

0 comments on commit 1243512

Please sign in to comment.