Skip to content

Commit

Permalink
Fix missing GitHub releases
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Mar 13, 2024
1 parent ca5198c commit 0cfee62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ module.exports = {
plugins: [
"@octorelease/changelog",
"@octorelease/pypi",
"@octorelease/github",
["@octorelease/github", {
publishRelease: true
}],
"@octorelease/git"
]
};

0 comments on commit 0cfee62

Please sign in to comment.