Skip to content

Commit 14e4af4

Browse files
authored
fix(cd): install cargo tag in place of cargo edit
1 parent 54a8153 commit 14e4af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151

152152
- name: Install Rust Binaries
153153
run: |
154-
cargo binstall -y --force cargo-edit
154+
cargo binstall -y --force cargo-tag
155155
156156
- name: Commit Version Bump
157157
run: |

0 commit comments

Comments
 (0)