Skip to content

Commit

Permalink
fix version json
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed Nov 12, 2024
1 parent 4bd343a commit b417063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function run() {
console.log('Branch: release');
await fs.writeFile('./commit.txt', currentCommitHash);
const version = await fs.readFile('./version.txt', 'utf-8');
const nextVersion = version.trim();
nextVersion = version.trim();
console.log('Version from version.txt:', nextVersion);
} else {
console.log('Branch: master');
Expand Down

0 comments on commit b417063

Please sign in to comment.