From 0cfee62fb7a20a8b65d0aceb756c07021039d5cb Mon Sep 17 00:00:00 2001 From: Timothy Johnson <timothy.johnson@broadcom.com> Date: Wed, 13 Mar 2024 11:27:20 -0400 Subject: [PATCH] Fix missing GitHub releases Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com> --- release.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release.config.js b/release.config.js index 33027773..6735cc2a 100644 --- a/release.config.js +++ b/release.config.js @@ -16,7 +16,9 @@ module.exports = { plugins: [ "@octorelease/changelog", "@octorelease/pypi", - "@octorelease/github", + ["@octorelease/github", { + publishRelease: true + }], "@octorelease/git" ] };