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