Skip to content

Commit

Permalink
Merge pull request #45 from alandtse/master
Browse files Browse the repository at this point in the history
ci: fix variable names
  • Loading branch information
alandtse authored Apr 17, 2020
2 parents 0700ff9 + 0166033 commit 61a030e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@
"prepare": [
{
"path": "dist/chrome/",
"asset": "spdx-license-diff.v${version}.chrome.zip"
"asset": "spdx-license-diff.chrome.zip"
}
],
"publish": [
{
"asset": "spdx-license-diff.v${version}.chrome.zip",
"asset": "spdx-license-diff.chrome.zip",
"extensionId": "kfoadicmilbgnicoldjmccpaicejacdh"
}
]
Expand All @@ -117,7 +117,7 @@
"semantic-release-firefox-add-on",
{
"extensionId": "{95b7d495-ee73-4a03-b918-670a9d77c871}",
"targetXpi": "spdx-license-diff.v${version}.firefox.xpi.zip",
"targetXpi": "spdx-license-diff.firefox.xpi.zip",
"sourceDir": "dist/firefox/",
"manifestPath": "manifest.json"
}
Expand Down

0 comments on commit 61a030e

Please # to comment.