File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6161 - name : note the solution for the failure of cargo-semver-checks
6262 if : ${{ contains(steps.semverchecks.outcome, 'failure') }}
6363 run : |
64- echo "::error::cargo-semver-checks failed, please add the hint comment to the `package.version` line in Cargo.toml file."
65- echo "::error::The version hint line should be like: `version = "0.0.0" # hint: <new_version>`"
64+ echo "::error::cargo-semver-checks failed, please add the hint comment to the \ `package.version\ ` line in Cargo.toml file."
65+ echo "::error::The version hint line should be like: \ `version = "0.0.0" # hint: <new_version>\ `"
6666 echo "::error::Or you don't want to update the version, please check your code and find why cargo-semver-checks failed."
6767 exit 1
6868 # - name: Create a PR for version update reminder
You can’t perform that action at this time.
0 commit comments