fix: test release flow

This commit is contained in:
molvqingtai 2024-09-28 07:40:32 +08:00
parent 782fce4e53
commit aeb1f22317

View file

@ -6,12 +6,12 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
{
"name": "@semantic-release/exec",
"config": {
"prepareCmd": "pnpm pack:chrome"
[
"@semantic-release/exec",
{
"prepareCmd": "pnpm pack:chrome && cat package.json"
}
},
],
[
"@semantic-release/github",
{