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