Skip to content

Commit

Permalink
fix version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Mar 17, 2022
1 parent 68cd631 commit 1c503f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/release/bump-versions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ runs:
if: ${{inputs.release-target == 'rust'}}
working-directory: bindings/stronghold-nodejs
run: |
cargo add identity-core@=${{ inputs.version }} --path=../../identity
cargo add identity-iota-core@=${{ inputs.version }} --path=../../identity
cargo add identity-account-storage@=${{ inputs.version }} --path=../../identity
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
- name: Bump Rust crate version
shell: bash
Expand Down

0 comments on commit 1c503f5

Please sign in to comment.