diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index d449aaa..ca4be8b 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -15,6 +15,11 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Update manifest version + run: | + jq '.version = "0.0.0"' src/manifest.json > src/manifest.json.tmp + mv src/manifest.json.tmp src/manifest.json + - name: Get version from manifest id: get_version run: | diff --git a/src/manifest.json b/src/manifest.json index 699f2dd..445b459 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -11,7 +11,6 @@ "browser_specific_settings": { "gecko": { "id": "dom-time-machine@scolasti.co", - "data_collection_permissions": false, "update_url": "https://github.com/scolastico-dev/dom-time-machine/releases/latest/download/dom-time-machine.xpi" } },