Skip to content

Commit

Permalink
chore: fix implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Kengo TODA <[email protected]>
  • Loading branch information
KengoTODA committed Dec 31, 2023
1 parent 11bcb6c commit 5ce9e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prepare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export async function updateVersion(
}
return write(prop, path);
} else {
write([{ key: "version", value: version }], path);
return write([{ key: "version", value: version }], path);
}
}

Expand Down

0 comments on commit 5ce9e53

Please sign in to comment.