Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
Einar Egilsson committed Sep 23, 2019
1 parent 6c76e1a commit 3a3ea47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function main() {
let nrs = nrTags.map(t => parseInt(t.ref.match(/-(\d+)$/)[1]));

let currentBuildNumber = Math.max(...nrs);
console.log(`Current build nr is ${currentBuildNumber}.`);
console.log(`Last build nr was ${currentBuildNumber}.`);

nextBuildNumber = currentBuildNumber + 1;
console.log(`Updating build counter to ${nextBuildNumber}...`);
Expand Down

0 comments on commit 3a3ea47

Please sign in to comment.