Skip to content

Commit

Permalink
fix(workflow): locking git-cliff version
Browse files Browse the repository at this point in the history
  • Loading branch information
notdanilo committed Dec 4, 2024
1 parent 285c859 commit b518f90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-bolt-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Check versions are aligned
run: |
# Fails if versions are not aligned
cargo install git-cliff
cargo install git-cliff@2.6.1 --locked
./version-align.sh --check
- name: run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-bolt-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Check versions are aligned
run: |
# Fails if versions are not aligned
cargo install git-cliff
cargo install git-cliff@2.6.1 --locked
./version-align.sh --check
- name: run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Check versions are aligned
run: |
# Fails if versions are not aligned
cargo install git-cliff
cargo install git-cliff@2.6.1 --locked
./version-align.sh --check
- name: Build the NPM package
Expand Down

0 comments on commit b518f90

Please sign in to comment.