Skip to content

Commit

Permalink
Merge pull request #2397 from intuit/fix-bug
Browse files Browse the repository at this point in the history
fix value type
  • Loading branch information
hipstersmoothie committed Sep 10, 2023
2 parents 11d7d9d + 3a861e8 commit 082a1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ export default class Git {
name: tag,
body: releaseNotes,
prerelease,
make_latest: latestRelease,
make_latest: `${latestRelease}`,
});

this.logger.veryVerbose.info("Got response from createRelease\n", result);
Expand Down

0 comments on commit 082a1ec

Please sign in to comment.