We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a523b78 commit 92015b0Copy full SHA for 92015b0
gulpfile.js
@@ -55,7 +55,7 @@ export async function test() {
55
56
/** Updates the version number in the sources. */
57
export async function version() {
58
- await replaceInFile("README.md", /action\/v\d+(\.\d+){2}/, `action/v${pkg.version}`);
+ await replaceInFile("ReadMe.md", /action\/v\d+(\.\d+){2}/, `action/v${pkg.version}`);
59
}
60
61
/** The default task. */
0 commit comments