Skip to content

Commit ec89118

Browse files
committed
chore: fix path to output for semrel
1 parent 026e627 commit ec89118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.releaserc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
{
99
"channel": "listed",
1010
"extensionId": "podium-dev-tool@podium-lib.io",
11-
"sourceDir": "packages/client/public",
11+
"sourceDir": "public",
1212
"targetXpi": "podium_developer_tools.xpi"
1313
}
1414
],
1515
[
1616
"semantic-release-chrome",
1717
{
1818
"extensionId": "jdlcejoeifgnnnckhnhapbmgieajaipl",
19-
"distFolder": "packages/client/public",
19+
"distFolder": "public",
2020
"asset": "podium-dev-tools.zip"
2121
}
2222
],

0 commit comments

Comments
 (0)