Skip to content

Commit bb3aef4

Browse files
committed
fix: try to workaround with combination of meta:asset and ghRelease:false
1 parent 0da6d98 commit bb3aef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.releaserc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
meta: false,
2+
meta: 'asset',
33
tagFormat: 'lerna',
44
ghRelease: false,
55
changelog: false,

0 commit comments

Comments
 (0)