From 9b99647e55233918c7857fe97cbf5e400cda8f01 Mon Sep 17 00:00:00 2001 From: matthieuEv Date: Tue, 10 Sep 2024 13:09:38 +0200 Subject: [PATCH] fix --- .github/workflows/main.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca26195..3546bce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,14 +28,14 @@ jobs: sed -i "s/\"version\": \".*\"/\"version\": \"$VERSION\"/" manifest-chrome.json sed -i "s/

<\/p>/

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