Skip to content

Commit

Permalink
ci(semantic-release): fix build path for chrome plugin plugin
Browse files Browse the repository at this point in the history
bibixx committed Apr 29, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a682af4 commit f8178f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -6,15 +6,15 @@
"prepare": [
{
"path": "semantic-release-chrome",
"distFolder": "build",
"asset": "tab-pinner.zip"
}
],
"publish": [
{
"path": "semantic-release-chrome",
"asset": "tab-pinner.zip",
"extensionId": "mcclikmfcmcpejkaobpfkmmbekbhedoi",
"target": "trustedTesters"
"extensionId": "mcclikmfcmcpejkaobpfkmmbekbhedoi"
},
{
"path": "@semantic-release/github",

0 comments on commit f8178f5

Please sign in to comment.