web: Use the CORRECT extension ID in the version seal

This commit is contained in:
David Wendt 2023-02-18 20:30:50 -05:00 committed by kmeisthax
parent 89792865d0
commit 81ef33f58e
1 changed files with 1 additions and 0 deletions

View File

@ -324,6 +324,7 @@ jobs:
env:
BUILD_ID: ${{ github.run_number }}
ENABLE_VERSION_SEAL: "true"
FIREFOX_EXTENSION_ID: ${{ secrets.FIREFOX_EXTENSION_ID }} # Needed to inject into manifest.json
run: npm run version-seal
- name: Produce reproducible source archive