Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
nbolton committed Jul 7, 2024
1 parent 5e31f61 commit 5aa52d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next-version/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27014,7 +27014,7 @@ async function main() {
(0, core_1.debug)(`${revisionPrefixKey}: ${revisionPrefix}`);
const overrideStage = process.env.INPUT_OVERRIDE_STAGE ?? (0, core_1.getInput)(overrideStageKey);
(0, core_1.debug)(`${overrideStageKey}: ${overrideStage}`);
const version = Version_1.Version.fromString(currentVersion, revisionPrefix, overrideStage);
const version = Version_1.Version.fromString(currentVersion, revisionPrefix || null, overrideStage || null);
version.updateRevision(revisionPrefix);
const nextVersion = version.toString();
(0, core_1.debug)(`${nextVersionKey}: ${nextVersion}`);
Expand Down

0 comments on commit 5aa52d2

Please sign in to comment.