Skip to content

Commit

Permalink
ci: fix automated upload to AMO
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkCZ committed Jun 11, 2024
1 parent 0f8ce95 commit f57fedb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
run: |
npx web-ext@8 sign \
--channel=listed \
--approval-timeout=0 `# Pontoon Add-on is approved manually, don't wait for it` \
--source-dir=./dist/mozilla/src \
--upload-source-code=./${{ needs.bump_version_and_tag.outputs.release_tag }}.zip \
--amo-metadata=./dist/mozilla/amo-metadata.json
Expand Down
6 changes: 2 additions & 4 deletions amo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"categories": [
"alerts-updates",
"language-support",
"other"
"language-support"
],
"description": {
"en-US": "Pontoon Add-on (formerly Pontoon Tools) eases localizers everyday work with <a href=\"https://pontoon.mozilla.org/\">Pontoon</a>, the Mozilla localization tool.\n\nThis add-on brings <strong>notifications</strong> from Pontoon directly into your browser. It also provides features for <strong>proofreading, bug reporting and fixing</strong>. The introduction tour will show you around right after installation. Version for Chrome <a href=\"https://chrome.google.com/webstore/detail/pontoon-tools/gnbfbnpjncpghhjmmhklfhcglbopagbb\">is now available too</a>.\n\nHave an idea, for something cool? <a href=\"https://github.com/MikkCZ/pontoon-addon/issues\">Let us know on GitHub</a>."
Expand All @@ -25,7 +24,6 @@
"android",
"firefox"
],
"license": "BSD-2-Clause",
"upload": "pontoon-tools@mikk.cz"
"license": "BSD-2-Clause"
}
}

0 comments on commit f57fedb

Please sign in to comment.