Skip to content

Commit fc4ecaa

Browse files
Fix command to update Cargo.toml version (#10)
1 parent 0e5bc0d commit fc4ecaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install cargo tools for license verification
4343
run: cargo binstall --no-confirm --locked cargo-about
4444
- name: Update Cargo.toml version
45-
run: cargo edit set version "${{ github.event.inputs.version }}"
45+
run: cargo set-version "${{ github.event.inputs.version }}"
4646
- name: Update third-party licenses
4747
run: cargo about generate about.hbs > LICENSE-3RD-PARTY.txt
4848
- name: Generate changelog

0 commit comments

Comments
 (0)