We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5bc0d commit fc4ecaaCopy full SHA for fc4ecaa
.github/workflows/prepare-release.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Install cargo tools for license verification
43
run: cargo binstall --no-confirm --locked cargo-about
44
- name: Update Cargo.toml version
45
- run: cargo edit set version "${{ github.event.inputs.version }}"
+ run: cargo set-version "${{ github.event.inputs.version }}"
46
- name: Update third-party licenses
47
run: cargo about generate about.hbs > LICENSE-3RD-PARTY.txt
48
- name: Generate changelog
0 commit comments