We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89972d7 commit 0062b04Copy full SHA for 0062b04
.github/workflows/release.yml
@@ -270,7 +270,7 @@ jobs:
270
generate_release_notes: true,
271
body: `JUnit ${jupiterVersion} = Platform ${platformVersion} + Jupiter ${jupiterVersion} + Vintage ${vintageVersion}\n\nSee [Release Notes](https://docs.junit.org/${releaseVersion}/release-notes/).`,
272
prerelease: releaseVersion.includes("-"),
273
- make_latest: false,
+ make_latest: "false",
274
};
275
console.log(requestBody);
276
await github.rest.repos.createRelease(requestBody);
0 commit comments