Skip to content

Commit f2a0b53

Browse files
authored
Update version_bump.yml
1 parent 1986e39 commit f2a0b53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/version_bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
124124
${
125125
currentVersion !== newVersion
126-
? "> ⚠️ **Warning:** The required version ${newVersion} does not match the current version ${currentVersion} inside your VERSION file.
126+
? "> ⚠️ **Warning:** The required version \`${newVersion}\` does not match the current version \`${currentVersion}\` inside your VERSION file.
127127
This PR will not be merged unless you bump the version number.\n"
128128
: ""
129129
}

0 commit comments

Comments
 (0)