Skip to content

Commit

Permalink
remove explicit version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Mar 8, 2023
1 parent fe95c8d commit 6c3c840
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/release/bump-versions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ runs:
if: ${{inputs.release-target == 'rust'}}
working-directory: bindings/wasm
run: |
cargo add identity_iota@=${{ inputs.version }} --path=../../identity_iota
cargo add identity_iota --path=../../identity_iota
- name: Replace identity versions in stronghold nodejs bindings
shell: bash
if: ${{inputs.release-target == 'rust'}}
working-directory: bindings/stronghold-nodejs
run: |
cargo add identity_core@=${{ inputs.version }} --path=../../identity_core
cargo add identity_iota_core@=${{ inputs.version }} --path=../../identity_iota_core
cargo add identity_account_storage@=${{ inputs.version }} --path=../../identity_account_storage
cargo add identity_core --path=../../identity_core
cargo add identity_iota_core --path=../../identity_iota_core
cargo add identity_account_storage --path=../../identity_account_storage
- name: Bump Rust crate versions
shell: bash
Expand Down

0 comments on commit 6c3c840

Please sign in to comment.