Skip to content

Commit

Permalink
fix value type
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Sep 9, 2023
1 parent 11d7d9d commit 3a861e8
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 3a861e8

Please sign in to comment.