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

Commit 55c9eb6

Browse files
fix: update releaserc
1 parent 8abe9ad commit 55c9eb6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.releaserc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"pkgRoot": "dist"
88
},
99
{
10-
"path": "@semantic-release/github"
10+
"path": "@semantic-release/github",
11+
"assets": {
12+
"path": "dist/*"
13+
}
1114
}
1215
],
1316
"analyzeCommits": "@semantic-release/commit-analyzer",
@@ -24,7 +27,10 @@
2427
"pkgRoot": "dist"
2528
},
2629
{
27-
"path": "@semantic-release/github"
30+
"path": "@semantic-release/github",
31+
"assets": {
32+
"path": "dist/*"
33+
}
2834
}
2935
],
3036
"success": [],

0 commit comments

Comments
 (0)