Skip to content

Commit cd3ce22

Browse files
committed
chore(package.json): Include only zip files in the githib release
1 parent 25433e5 commit cd3ce22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@
103103
{
104104
"path": "@semantic-release/github",
105105
"assets": [
106-
"dist"
106+
"dist/*.zip",
107+
"dist/*.tar.gz"
107108
]
108109
}
109110
],

0 commit comments

Comments
 (0)