Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieuEv committed Sep 10, 2024
1 parent b98a052 commit 9b99647
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
sed -i "s/\"version\": \".*\"/\"version\": \"$VERSION\"/" manifest-chrome.json
sed -i "s/<p id=\"version\"><\/p>/<p id=\"version\">v$VERSION<\/p>/" popup/index.html
- name: Sign the web-ext
uses: saphareas/sign-web-extension-action@master
with:
web-ext-id: ${{ secrets.UUID }}
sign-listed: true
amo-api-key: ${{ secrets.FIREFOX_JWT_ISSUER }}
amo-api-secret: ${{ secrets.FIREFOX_JWT_SECRET }}
- name: Sign the web-ext
uses: saphareas/sign-web-extension-action@master
with:
web-ext-id: ${{ secrets.UUID }}
sign-listed: true
amo-api-key: ${{ secrets.FIREFOX_JWT_ISSUER }}
amo-api-secret: ${{ secrets.FIREFOX_JWT_SECRET }}

- name: web-ext build
id: web-ext-build
uses: kewisch/action-web-ext@main
Expand Down

0 comments on commit 9b99647

Please sign in to comment.