Skip to content

Commit 0062b04

Browse files
committed
Fix syntax
1 parent 89972d7 commit 0062b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
generate_release_notes: true,
271271
body: `JUnit ${jupiterVersion} = Platform ${platformVersion} + Jupiter ${jupiterVersion} + Vintage ${vintageVersion}\n\nSee [Release Notes](https://docs.junit.org/${releaseVersion}/release-notes/).`,
272272
prerelease: releaseVersion.includes("-"),
273-
make_latest: false,
273+
make_latest: "false",
274274
};
275275
console.log(requestBody);
276276
await github.rest.repos.createRelease(requestBody);

0 commit comments

Comments
 (0)