Skip to content

Commit 92015b0

Browse files
author
Cédric Belin
committed
Fix a regression
1 parent a523b78 commit 92015b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export async function test() {
5555

5656
/** Updates the version number in the sources. */
5757
export async function version() {
58-
await replaceInFile("README.md", /action\/v\d+(\.\d+){2}/, `action/v${pkg.version}`);
58+
await replaceInFile("ReadMe.md", /action\/v\d+(\.\d+){2}/, `action/v${pkg.version}`);
5959
}
6060

6161
/** The default task. */

0 commit comments

Comments
 (0)