We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e4bae commit 9b32bebCopy full SHA for 9b32beb
package.json
@@ -138,17 +138,21 @@
138
[
139
"@semantic-release/npm",
140
{
141
- "pkgRoot": "dist"
+ "pkgRoot": "dist",
142
+ "tarballDir": "build"
143
}
144
],
- ["@semantic-release/github", {
145
- "assets": [
146
- {
147
- "path": "artifacts/package.zip",
148
- "label": "package"
149
- }
150
- ]
151
- }]
+ [
+ "@semantic-release/github",
+ {
+ "assets": [
+ "path": "build/*.tgz",
+ "label": "package"
152
+ }
153
+ ]
154
155
156
]
157
158
0 commit comments