Skip to content

Commit

Permalink
chore: update publish.yml
Browse files Browse the repository at this point in the history
Publish web-extension v3 to Chrome and Firefox
  • Loading branch information
motou authored Jun 11, 2024
1 parent 1b324b0 commit 128b102
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,10 @@ jobs:
run: |
cd packages/component-list
yarn build
- name: Build web-extension v3 (Chrome)
- name: Build web-extension v3 (Chrome & Firefox)
run: |
cd packages/web-extension
yarn build
- name: Build web-extension v2 (Firefox)
run: |
cd packages/web-extension-v2
yarn build
- name: Publish to Chrome
uses: trmcnvn/chrome-addon@v2
with:
Expand All @@ -42,7 +38,7 @@ jobs:
uses: trmcnvn/firefox-addon@v1
with:
uuid: ${{ secrets.FWE_UUID }}
xpi: packages/web-extension-v2/dist/web-extension.zip
xpi: packages/web-extension/dist/web-extension.zip
manifest: packages/web-extension/dist/manifest.json
api-key: ${{ secrets.FWE_API_KEY }}
api-secret: ${{ secrets.FWE_PUBLISH_SECRET }}

0 comments on commit 128b102

Please sign in to comment.