Skip to content

Commit 440c832

Browse files
authored
CI: Add missing @ in version for cargo-release (#80)
#### Problem There's a missing `@` in the cargo-release version, so it's failing to install in CI. #### Summary of changes Add. That. `@`.
1 parent 448e926 commit 440c832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install cargo-semver-checks
8686
uses: taiki-e/install-action@v2
8787
with:
88-
tool: [email protected],cargo-release0.25.18
88+
tool: [email protected],cargo-release@0.25.18
8989

9090
- name: Set Git Author (required for cargo-release)
9191
run: |

0 commit comments

Comments
 (0)