Skip to content

Commit

Permalink
package coarch.vsix
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Aug 17, 2023
1 parent 93d5fa0 commit 54ef78b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
"release-it": {
"github": {
"release": true,
"releaseName": "v${version}"
"releaseName": "v${version}",
"assets": [
"packages/coarch/coarch.vsix"
]
}
}
}

0 comments on commit 54ef78b

Please sign in to comment.