fix: add packge.json to assets
This commit is contained in:
parent
974b440752
commit
528b4fd452
1 changed files with 2 additions and 2 deletions
|
@ -5,14 +5,14 @@
|
|||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/changelog",
|
||||
"@semantic-release/github",
|
||||
[
|
||||
"@semantic-release/exec",
|
||||
{
|
||||
"prepareCmd": "pnpm pack:chrome"
|
||||
}
|
||||
],
|
||||
"@semantic-release/changelog",
|
||||
"@semantic-release/github",
|
||||
{
|
||||
"assets": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue