Skip to content

Commit

Permalink
ci: pin version of tomlq
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Jul 1, 2024
1 parent 6bfbc0c commit 58b9e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-draft-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
env:
GIT_TAG: '${{ github.event.inputs.git_tag }}'
run: |
cargo install tomlq
cargo install tomlq@0.1.0
set -x
source tools/scripts/release/crates-to-publish.sh
Expand Down Expand Up @@ -472,7 +472,7 @@ jobs:
- name: Rename Build
run: |
cargo install tomlq
cargo install tomlq@0.1.0
ockam_version=$(eval "tomlq package.version -f implementations/rust/ockam/ockam/Cargo.toml")
final_name="libockam_rust_elixir_nifs-v${ockam_version}-nif-2.15-${{ matrix.job.target }}.so"
Expand Down

0 comments on commit 58b9e0f

Please sign in to comment.