Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Commit 421fd9f

Browse files
committed
fix(semantic-release): add missing dist file
add dist/index.js that we can distribute the action [ch8743]
1 parent 1376192 commit 421fd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
[
2222
'@semantic-release/git',
2323
{
24-
assets: ['CHANGELOG.md'],
24+
assets: ['CHANGELOG.md', 'dist/index.js'],
2525
},
2626
],
2727
],

0 commit comments

Comments
 (0)